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, ClusterOrderResult.ClusterOrderAdapter, ClusterOrderResult.PredecessorAdapter, ClusterOrderResult.ReachabilityDistanceAdapter, CollectionResult, CorrelationAnalysisSolution, HistogramResult, IDResult, IndexDatabase, KNNDistanceOrderResult, MetricalIndexDatabase, MultiResult, OrderingFromAssociation, OrderingFromHashMap, OutlierResult, ReferencePointsResult, SequentialDatabase, SettingsResult, SOD.SODProxyScoreResult, 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

Method Summary
 String getName()
          Get a user-understandable name for this result.
 

Method Detail

getName

String getName()
Get a user-understandable name for this result. Defaults may be returned such as "list" for a list result.

Returns:
result name

Release 0.3 (2010-03-31_1612)