| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.result | 
 Result types, representation and handling 
 | 
| de.lmu.ifi.dbs.elki.visualization.parallel3d | 
 3DPC: 3D parallel coordinate plot visualization for ELKI. 
 | 
| de.lmu.ifi.dbs.elki.workflow | 
 Work flow packages, e.g., following the usual KDD model. 
 | 
| tutorial.outlier | 
 Tutorials on implementing outlier detection methods in ELKI. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AutomaticVisualization
Handler to process and visualize a Result. 
 | 
class  | 
ClusteringVectorDumper
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  | 
ExportVisualizations
Class that automatically generates all visualizations and exports them into
 SVG files. 
 | 
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  | 
OpenGL3DParallelCoordinates<O extends NumberVector>
Simple JOGL2 based parallel coordinates visualization. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected static java.util.ArrayList<java.lang.Class<? extends ResultHandler>> | 
OutputStep.defaultHandlers  | 
private java.util.List<? extends ResultHandler> | 
OutputStep.resulthandlers
Output handler. 
 | 
private java.util.List<? extends ResultHandler> | 
OutputStep.Parameterizer.resulthandlers
Output handlers. 
 | 
| Constructor and Description | 
|---|
OutputStep(java.util.List<? extends ResultHandler> resulthandlers)
Constructor. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SimpleScoreDumper
Simple example output handler for processing outlier scores. 
 | 
Copyright © 2019 ELKI Development Team. License information.