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.correlation Correlation clustering algorithms 
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.histogram Functionality for the evaluation of algorithms using histograms. 
de.lmu.ifi.dbs.elki.evaluation.roc Evaluation of rankings using ROC AUC (Receiver Operation Characteristics - Area Under Curve) 
de.lmu.ifi.dbs.elki.result Result types, representation and handling 
de.lmu.ifi.dbs.elki.result.outlier Outlier result classes 
de.lmu.ifi.dbs.elki.result.textwriter Text serialization (CSV, Gnuplot, Console, ...) 
de.lmu.ifi.dbs.elki.utilities.scaling.outlier Scaling of Outlier scores, that require a statistical analysis of the occurring values 
de.lmu.ifi.dbs.elki.visualization.gui Package to provide a visualization GUI. 
de.lmu.ifi.dbs.elki.visualization.gui.overview Classes for managing the overview plot. 
de.lmu.ifi.dbs.elki.visualization.opticsplot Code for drawing OPTICS plots 
de.lmu.ifi.dbs.elki.visualization.visualizers Visualizers for various results 
de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d Visualizers based on 2D projections. 
de.lmu.ifi.dbs.elki.visualization.visualizers.visunproj Visualizers that do not use a particular projection. 
 

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.
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.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.correlation
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.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
AnnotationResult
          The AnnotationResult interface.
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.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.histogram
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.evaluation.roc
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.
CollectionResult
          Simple 'collection' type of result.
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.
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
SettingsResult
          Result that keeps track of settings that were used in generating this particular result.
 

Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.result.outlier
AnnotationResult
          The AnnotationResult interface.
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.
 

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.
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.
SettingsResult
          Result that keeps track of settings that were used in generating this particular result.
 

Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.utilities.scaling.outlier
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.gui
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.visualization.gui.overview
MultiResult
          MultiResult is a result collection class.
 

Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.visualization.opticsplot
ClusterOrderEntry
          Provides an entry in a cluster order.
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.visualization.visualizers
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.visualization.visualizers.vis2d
AnnotationResult
          The AnnotationResult interface.
ClusterOrderResult
          Class to store the result of an ordering clustering algorithm such as OPTICS.
CollectionResult
          Simple 'collection' type of result.
 

Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.visualization.visualizers.visunproj
ClusterOrderResult
          Class to store the result of an ordering clustering algorithm such as OPTICS.
HistogramResult
          Histogram result.
IterableResult
          Interface of an "iterable" result (e.g. a list, table) that can be printed one-by-one.
Result
          Interface for all classes that are considered a result.
 


Release 0.3 (2010-03-31_1612)