
| 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. | 
| ResultAdapter | Marker interface for trivial "adapter" type of results. | 
| 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 | 
| AprioriResult | Result class for Apriori Algorithm. | 
| BasicResult | Basic class for a result. | 
| 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. | 
| HistogramResult<O> | Histogram result. | 
| KMLOutputHandler | Class to handle KML output. | 
| KMLOutputHandler.Parameterizer | Parameterization class | 
| KNNDistanceOrderResult<D extends Distance<D>> | Wraps a list containing the knn distances. | 
| 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