Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.result
Interface Result

All Known Subinterfaces:
AnnotationResult<T>, Database<O>, IterableResult<O>, OrderingResult
All Known Implementing Classes:
AbstractDatabase, AnnotationFromDatabase, AnnotationFromHashMap, AprioriResult, Clustering, ClusterOrderResult, CollectionResult, CorrelationAnalysisSolution, IndexDatabase, KNNDistanceOrderResult, MetadataResult, MetricalIndexDatabase, MultiResult, OrderingFromAssociation, OrderingFromHashMap, SequentialDatabase, SpatialIndexDatabase

public interface Result

Interface for all classes that are considered a result. Note that this interface is currently empty; there are no requirements for objects to be considered a result. At some point there might come requirements such as serializability for storing results.

Author:
Erich Schubert


Release 0.2 (2009-07-06_1820)