Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Package
de.lmu.ifi.dbs.elki.result

Packages that use de.lmu.ifi.dbs.elki.result
de.lmu.ifi.dbs.elki ELKI framework "Environment for Developing KDD-Applications Supported by Index-Structures" KDDTask is the main class of the ELKI-Framework for command-line interaction. 
de.lmu.ifi.dbs.elki.algorithm Algorithms suitable as a task for the KDDTask main routine. 
de.lmu.ifi.dbs.elki.algorithm.clustering Clustering algorithms Clustering algorithms are supposed to implement the Algorithm-Interface. 
de.lmu.ifi.dbs.elki.algorithm.clustering.subspace Axis-parallel subspace clustering algorithms The clustering algorithms in this package are instances of both, projected clustering algorithms or subspace clustering algorithms according to the classical but somewhat obsolete classification schema of clustering algorithms for axis-parallel subspaces. 
de.lmu.ifi.dbs.elki.algorithm.outlier Outlier detection algorithms 
de.lmu.ifi.dbs.elki.algorithm.statistics Statistical analysis algorithms The algorithms in this package perform statistical analysis of the data (e.g. compute distributions, distance distributions etc.) 
de.lmu.ifi.dbs.elki.data Basic classes for different data types, database object types and label types. 
de.lmu.ifi.dbs.elki.data.model Cluster models classes for various algorithms. 
de.lmu.ifi.dbs.elki.database ELKI database layer - loading, storing, indexing and accessing data 
de.lmu.ifi.dbs.elki.evaluation Functionality for the evaluation of algorithms. 
de.lmu.ifi.dbs.elki.result Result types, representation and handling 
de.lmu.ifi.dbs.elki.result.textwriter Text serialization (CSV, Gnuplot, Console, ...) 
de.lmu.ifi.dbs.elki.visualization Visualization package of ELKI. 
 

Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki
MultiResult
          MultiResult is a result collection class.
Result
          Interface for all classes that are considered a result.
ResultHandler
          Interface for any class that can handle results
 

Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.algorithm
AnnotationFromHashMap
          Annotations backed by hashmaps.
AprioriResult
          Result class for Apriori Algorithm.
CollectionResult
          Simple 'collection' type of result.
KNNDistanceOrderResult
          Wraps a list containing the knn distances.
Result
          Interface for all classes that are considered a result.
 

Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.algorithm.clustering
AnnotationResult
          The AnnotationResult interface.
ClusterOrderResult
          Class to store the result of an ordering clustering algorithm such as OPTICS.
MultiResult
          MultiResult is a result collection class.
 

Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.algorithm.clustering.subspace
ClusterOrderResult
          Class to store the result of an ordering clustering algorithm such as OPTICS.
 

Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.algorithm.outlier
MultiResult
          MultiResult is a result collection class.
 

Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.algorithm.statistics
CollectionResult
          Simple 'collection' type of result.
 

Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.data
Result
          Interface for all classes that are considered a result.
 

Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.data.model
Result
          Interface for all classes that are considered a result.
 

Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.database
Result
          Interface for all classes that are considered a result.
 

Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.evaluation
MultiResult
          MultiResult is a result collection class.
Result
          Interface for all classes that are considered a result.
 

Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.result
AnnotationResult
          The AnnotationResult interface.
ClusterOrderEntry
          Provides an entry in a cluster order.
IterableResult
          Interface of an "iterable" result (e.g. a list, table) that can be printed one-by-one.
MetadataResult
          Result to store meta data.
MultiResult
          MultiResult is a result collection class.
OrderingResult
          Interface for a result providing an object ordering.
Result
          Interface for all classes that are considered a result.
ResultHandler
          Interface for any class that can handle results
 

Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.result.textwriter
AnnotationResult
          The AnnotationResult interface.
IterableResult
          Interface of an "iterable" result (e.g. a list, table) that can be printed one-by-one.
MetadataResult
          Result to store meta data.
OrderingResult
          Interface for a result providing an object ordering.
Result
          Interface for all classes that are considered a result.
 

Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.visualization
IterableResult
          Interface of an "iterable" result (e.g. a list, table) that can be printed one-by-one.
MultiResult
          MultiResult is a result collection class.
ResultHandler
          Interface for any class that can handle results
 


Release 0.2 (2009-07-06_1820)