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 |
Visualization package of ELKI.
|
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 |
ClusteringVectorDumper
Class to output a clustering result in a simple and compact ascii format:
whitespace separated cluster indexes
This format can be read using
ClusteringVectorParser for meta
analysis, or read as clustering using
ExternalClustering . |
class |
DiscardResultHandler
A dummy result handler that discards the actual result, for use in
benchmarks.
|
class |
KMLOutputHandler
Class to handle KML output.
|
class |
LogResultStructureResultHandler
A result handler to help with ELKI development that will just show the
structure of the result object.
|
class |
ResultWriter
Result handler that feeds the data into a TextWriter.
|
Modifier and Type | Class and Description |
---|---|
class |
ExportVisualizations
Class that automatically generates all visualizations and exports them into
SVG files.
|
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.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.