Uses of Interface
elki.result.ResultHandler
-
Packages that use ResultHandler Package Description elki.result Result types, representation and handling.elki.visualization.parallel3d 3DPC: 3D parallel coordinate plot visualization for ELKI.elki.workflow Work flow packages, e.g., following the usual KDD model.tutorial.outlier Tutorials on implementing outlier detection methods in ELKI. -
-
Uses of ResultHandler in elki.result
Classes in elki.result that implement ResultHandler Modifier and Type Class 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 indexesclass
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. -
Uses of ResultHandler in elki.visualization.parallel3d
Classes in elki.visualization.parallel3d that implement ResultHandler Modifier and Type Class Description class
OpenGL3DParallelCoordinates<O extends NumberVector>
Simple JOGL2 based parallel coordinates visualization. -
Uses of ResultHandler in elki.workflow
Fields in elki.workflow with type parameters of type ResultHandler Modifier and Type Field Description protected static java.util.ArrayList<java.lang.Class<? extends ResultHandler>>
OutputStep. defaultHandlers
private java.util.List<? extends ResultHandler>
OutputStep.Par. resulthandlers
Output handlers.private java.util.List<? extends ResultHandler>
OutputStep. resulthandlers
Output handler.Constructor parameters in elki.workflow with type arguments of type ResultHandler Constructor Description OutputStep(java.util.List<? extends ResultHandler> resulthandlers)
Constructor. -
Uses of ResultHandler in tutorial.outlier
Classes in tutorial.outlier that implement ResultHandler Modifier and Type Class Description class
SimpleScoreDumper
Simple example output handler for processing outlier scores.
-