
| Interface | Description |
|---|---|
| HierarchicalResult |
Result with an internal hierarchy.
|
| IterableResult<O> |
Interface of an "iterable" result (e.g. a list, table) that can be printed one-by-one.
|
| OrderingResult |
Interface for a result providing an object ordering.
|
| PixmapResult |
Result encapsulating a single image.
|
| Result |
Interface for arbitrary result objects.
|
| ResultHandler |
Interface for any class that can handle results
|
| ResultListener |
Listener interface invoked when new results are added to the result tree.
|
| ResultProcessor |
Interface for any class that can handle results
|
| Class | Description |
|---|---|
| AbstractHierarchicalResult |
Abstract class for a result object with hierarchy
|
| BasicResult |
Basic class for a result.
|
| 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. |
| ClusteringVectorDumper.Parameterizer |
Parameterization class.
|
| CollectionResult<O> |
Simple 'collection' type of result.
|
| DBIDSelection |
Class representing selected Database-IDs and/or a selection range.
|
| DiscardResultHandler |
A dummy result handler that discards the actual result, for use in
benchmarks.
|
| EvaluationResult |
Abstract evaluation result.
|
| EvaluationResult.Measurement |
Class representing a single measurement.
|
| EvaluationResult.MeasurementGroup |
A group of evaluation measurements.
|
| FrequentItemsetsResult |
Result class for Apriori Algorithm.
|
| HistogramResult<O> |
Histogram result.
|
| KMLOutputHandler |
Class to handle KML output.
|
| KMLOutputHandler.Parameterizer |
Parameterization class
|
| LogResultStructureResultHandler |
A result handler to help with ELKI development that will just show the
structure of the result object.
|
| OrderingFromDataStore<T extends Comparable<T>> |
Result class providing an ordering backed by a hashmap.
|
| RangeSelection |
Class representing selected Database-IDs and/or a selection range.
|
| ReferencePointsResult<O> |
Result used in passing the reference points to the visualizers.
|
| ResultHierarchy |
Class to store a hierarchy of result objects.
|
| ResultUtil |
Utilities for handling result objects
|
| ResultWriter |
Result handler that feeds the data into a TextWriter.
|
| ResultWriter.Parameterizer |
Parameterization class.
|
| SamplingResult |
Wrapper for storing the current database sample.
|
| ScalesResult |
Class to keep shared scales across visualizers.
|
| SelectionResult |
Selection result wrapper.
|
| SettingsResult |
Result that keeps track of settings that were used in generating this
particular result.
|
Result types, representation and handling
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.