Package | Description |
---|---|
de.lmu.ifi.dbs.elki.application.jsmap |
JavaScript based map client - server architecture.
|
de.lmu.ifi.dbs.elki.result |
Result types, representation and handling
|
de.lmu.ifi.dbs.elki.visualization.gui |
Package to provide a visualization GUI.
|
de.lmu.ifi.dbs.elki.workflow |
Work flow packages, e.g. following the usual KDD model, closely related to CRISP-DM
|
Modifier and Type | Class and Description |
---|---|
class |
JSONResultHandler
Handle results by serving them via a web server to mapping applications.
|
Modifier and Type | Class and Description |
---|---|
class |
DiscardResultHandler
A dummy result handler that discards the actual result, for use in
benchmarks.
|
class |
KMLOutputHandler
Class to handle KML output.
|
class |
ResultWriter
Result handler that feeds the data into a TextWriter
|
Modifier and Type | Class and Description |
---|---|
class |
ResultVisualizer
Handler to process and visualize a Result.
|
Modifier and Type | Field and Description |
---|---|
protected static ArrayList<Class<? extends ResultHandler>> |
OutputStep.defaultHandlers |
private List<ResultHandler> |
OutputStep.resulthandlers
Output handler.
|
private List<ResultHandler> |
OutputStep.Parameterizer.resulthandlers
Output handlers.
|
Constructor and Description |
---|
OutputStep(List<ResultHandler> resulthandlers)
Constructor.
|