Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Package de.lmu.ifi.dbs.elki.algorithm.result

Package to collect result classes for the results of algorithms.

See:
          Description

Interface Summary
Result<O extends DatabaseObject> Specifies the requirements to a printable result of some algorithm.
 

Class Summary
AbstractResult<O extends DatabaseObject> Abstract super class for a result object.
AprioriResult Stores a apriori result.
CorrelationAnalysisSolution<V extends RealVector<V,?>> A solution of correlation analysis is a matrix of equations describing the dependencies.
KNNDistanceOrderResult<O extends DatabaseObject,D extends Distance<D>>  
KNNJoinResult<O extends DatabaseObject,D extends Distance<D>> Provides the result of a kNN-Join.
PartitionResults<O extends DatabaseObject> A result for a partitioning algorithm providing a single result for a single partition.
PointerRepresentation<O extends DatabaseObject,D extends Distance<D>> Provides the result of the single link algorithm SLINK.
 

Package de.lmu.ifi.dbs.elki.algorithm.result Description

Package to collect result classes for the results of algorithms.

WARNING: This package and the contained classes are subject to considerable changes in the near future.


Release 0.1 (2008-07-10_1838)