|
|
|||||||||||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.lmu.ifi.dbs.elki.visualization.gui.ResultVisualizer
public class ResultVisualizer
Handler to process and visualize a Result.
Field Summary | |
---|---|
protected static String |
DEFAULT_TITLE
Default title |
protected static Logging |
logger
Get a logger for this class. |
(package private) VisualizersForResult |
manager
Visualization manager. |
private int |
maxdim
Stores the maximum number of dimensions to show. |
static OptionID |
MAXDIM_ID
OptionID for MAXDIM_PARAM . |
private IntParameter |
MAXDIM_PARAM
Parameter for the maximum number of dimensions, Code: -vis.maxdim |
private String |
title
Stores the set title. |
static OptionID |
WINDOW_TITLE_ID
OptionID for WINDOW_TITLE_PARAM |
protected StringParameter |
WINDOW_TITLE_PARAM
Parameter to specify the window title Key: -vis.window.title
Default value: "ELKI Result Visualization"
|
Constructor Summary | |
---|---|
ResultVisualizer(Parameterization config)
Constructor, adhering to Parameterizable |
Method Summary | |
---|---|
void |
processResult(Database<DatabaseObject> db,
Result result)
Process a result. |
void |
setNormalization(Normalization<DatabaseObject> normalization)
Setter for normalization |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final Logging logger
public static final OptionID WINDOW_TITLE_ID
WINDOW_TITLE_PARAM
protected final StringParameter WINDOW_TITLE_PARAM
Key: -vis.window.title
Default value: "ELKI Result Visualization"
private String title
protected static final String DEFAULT_TITLE
public static final OptionID MAXDIM_ID
MAXDIM_PARAM
.
private IntParameter MAXDIM_PARAM
Code: -vis.maxdim
private int maxdim
VisualizersForResult manager
Constructor Detail |
---|
public ResultVisualizer(Parameterization config)
Parameterizable
config
- ParameterizationMethod Detail |
---|
public void processResult(Database<DatabaseObject> db, Result result)
ResultHandler
processResult
in interface ResultHandler<DatabaseObject,Result>
db
- Database the result is forresult
- Result objectpublic void setNormalization(Normalization<DatabaseObject> normalization)
ResultHandler
setNormalization
in interface ResultHandler<DatabaseObject,Result>
normalization
- new normalization object
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |