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 classAutomaticVisualizationHandler to process and visualize a Result.classClusteringVectorDumperOutput a clustering result in a simple and compact ascii format: whitespace separated cluster indexesclassDiscardResultHandlerA dummy result handler that discards the actual result, for use in benchmarks.classExportVisualizationsClass that automatically generates all visualizations and exports them into SVG files.classKMLOutputHandlerClass to handle KML output.classLogResultStructureResultHandlerA result handler to help with ELKI development that will just show the structure of the result object.classResultWriterResult 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 classOpenGL3DParallelCoordinates<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. defaultHandlersprivate java.util.List<? extends ResultHandler>OutputStep.Par. resulthandlersOutput handlers.private java.util.List<? extends ResultHandler>OutputStep. resulthandlersOutput 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 classSimpleScoreDumperSimple example output handler for processing outlier scores.
-