|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.lmu.ifi.dbs.elki.evaluation.similaritymatrix.ComputeSimilarityMatrixImage.SimilarityMatrix
public static class ComputeSimilarityMatrixImage.SimilarityMatrix

Similarity matrix image.
| Field Summary | |
|---|---|
(package private) ArrayDBIDs |
ids
The database IDs used |
(package private) RenderedImage |
img
Our image |
(package private) File |
imgfile
The file we have written the image to |
private static String |
IMGFILEPREFIX
Prefix for filenames |
(package private) Relation<?> |
relation
The database |
| Constructor Summary | |
|---|---|
ComputeSimilarityMatrixImage.SimilarityMatrix(RenderedImage img,
Relation<?> relation,
ArrayDBIDs ids)
Constructor |
|
| Method Summary | |
|---|---|
File |
getAsFile()
Get the image result as file (usually a temporary file). |
ArrayDBIDs |
getIDs()
Get the IDs |
RenderedImage |
getImage()
Get the image pixmap |
String |
getLongName()
A "pretty" name for the result, for use in titles, captions and menus. |
Relation<?> |
getRelation()
Get the relation |
String |
getShortName()
A short name for the result, useful for file names. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final String IMGFILEPREFIX
Relation<?> relation
ArrayDBIDs ids
RenderedImage img
File imgfile
| Constructor Detail |
|---|
public ComputeSimilarityMatrixImage.SimilarityMatrix(RenderedImage img,
Relation<?> relation,
ArrayDBIDs ids)
img - Image data| Method Detail |
|---|
public RenderedImage getImage()
PixmapResult
getImage in interface PixmapResultpublic File getAsFile()
PixmapResult
getAsFile in interface PixmapResultpublic Relation<?> getRelation()
public ArrayDBIDs getIDs()
public String getLongName()
Result
getLongName in interface Resultpublic String getShortName()
Result
getShortName in interface Result
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||