Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

Packages that use de.lmu.ifi.dbs.elki.data
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.correlation.cash Helper classes for the CASH algorithm. 
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.clustering.subspace.clique Helper classes for the CLIQUE algorithm. 
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.application Base classes for stand alone applications. 
de.lmu.ifi.dbs.elki.application.cache Utility applications for the persistence layer such as distance cache builders. 
de.lmu.ifi.dbs.elki.application.visualization Visualization applications in ELKI. 
de.lmu.ifi.dbs.elki.data Basic classes for different data types, database object types and label types. 
de.lmu.ifi.dbs.elki.data.cluster Cluster classes. 
de.lmu.ifi.dbs.elki.data.cluster.naming Naming schemes for clusters (for output when an algorithm doesn't generate cluster names). 
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.database.connection Database connections are classes implementing data sources. 
de.lmu.ifi.dbs.elki.distance Distances and (in subpackages) distance functions and similarity functions
de.lmu.ifi.dbs.elki.distance.distancefunction Distance functions for use within ELKI. 
de.lmu.ifi.dbs.elki.distance.distancefunction.adapter Distance functions deriving distances from e.g. similarity measures 
de.lmu.ifi.dbs.elki.distance.distancefunction.colorhistogram Distance functions using correlations. 
de.lmu.ifi.dbs.elki.distance.distancefunction.correlation Distance functions using correlations. 
de.lmu.ifi.dbs.elki.distance.distancefunction.external Distance functions using external data sources. 
de.lmu.ifi.dbs.elki.distance.distancefunction.subspace Distance functions based on subspaces. 
de.lmu.ifi.dbs.elki.distance.distancefunction.timeseries Distance functions designed for time series. 
de.lmu.ifi.dbs.elki.distance.similarityfunction Similarity functions. 
de.lmu.ifi.dbs.elki.distance.similarityfunction.kernel Kernel functions. 
de.lmu.ifi.dbs.elki.evaluation.histogram Functionality for the evaluation of algorithms using histograms. 
de.lmu.ifi.dbs.elki.evaluation.paircounting Evaluation of clustering results via pair counting. 
de.lmu.ifi.dbs.elki.evaluation.roc Evaluation of rankings using ROC AUC (Receiver Operation Characteristics - Area Under Curve) 
de.lmu.ifi.dbs.elki.index Index structure implementations 
de.lmu.ifi.dbs.elki.index.tree Tree-based index structures 
de.lmu.ifi.dbs.elki.index.tree.metrical Tree-based index structures for metrical vector spaces. 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants M-Tree and variants. 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees Metrical index structures based on the concepts of the M-Tree supporting processing of reverse k nearest neighbor queries by using the k-nn distances of the entries. 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp MkAppTree 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop MkCoPTree 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkmax MkMaxTree 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mktab MkTabTree 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mtree MTree 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.split Splitting strategies of nodes in an M-Tree (and variants). 
de.lmu.ifi.dbs.elki.index.tree.spatial Tree-based index structures for spatial indexing. 
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants R*-Tree and variants. 
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu DeLiCluTree 
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn RdKNNTree 
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar RStarTree 
de.lmu.ifi.dbs.elki.math Mathematical operations and utilities used throughout the framework. 
de.lmu.ifi.dbs.elki.math.linearalgebra Linear Algebra package provides classes and computational methods for operations on matrices. 
de.lmu.ifi.dbs.elki.math.linearalgebra.pca Principal Component Analysis (PCA) and Eigenvector processing. 
de.lmu.ifi.dbs.elki.normalization Data normalization (and reconstitution) of data sets. 
de.lmu.ifi.dbs.elki.parser Parsers for different file formats and data types. 
de.lmu.ifi.dbs.elki.parser.meta MetaParsers for different file formats and data types. 
de.lmu.ifi.dbs.elki.preprocessing Preprocessors used for data preparation in a first step of various algorithms or distance and similarity measures. 
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.result.textwriter.writers Serialization handlers for individual data types. 
de.lmu.ifi.dbs.elki.utilities Utility and helper classes - commonly used data structures, output formatting, exceptions, ... 
de.lmu.ifi.dbs.elki.utilities.referencepoints Package containing strategies to obtain reference points Shared code for various algorithms that use reference points. 
de.lmu.ifi.dbs.elki.visualization Visualization package of ELKI. 
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.scales Scales handling for plotting. 
de.lmu.ifi.dbs.elki.visualization.visualizers Visualizers for various results 
de.lmu.ifi.dbs.elki.visualization.visualizers.adapter Adapters to map results to visualizers. 
de.lmu.ifi.dbs.elki.visualization.visualizers.vis1d Visualizers based on 1D projections. 
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.data used by de.lmu.ifi.dbs.elki
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.algorithm
BitVector
          Provides a BitVector wrapping a BitSet.
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
KNNList
          A wrapper class for storing the k most similar comparable objects.
NumberVector
          Interface NumberVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.algorithm.clustering
Clustering
          Result class for clusterings.
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
KNNList
          A wrapper class for storing the k most similar comparable objects.
NumberVector
          Interface NumberVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.algorithm.clustering.correlation
Clustering
          Result class for clusterings.
DoubleVector
          A DoubleVector is to store real values approximately as double values.
NumberVector
          Interface NumberVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
ParameterizationFunction
          A parameterization function describes all lines in a d-dimensional feature space intersecting in one point p.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.cash
ParameterizationFunction
          A parameterization function describes all lines in a d-dimensional feature space intersecting in one point p.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.algorithm.clustering.subspace
Clustering
          Result class for clusterings.
DatabaseObjectGroupCollection
          Collection-backed group of database object (references)
NumberVector
          Interface NumberVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
Subspace
          Represents a subspace of the original data space.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.clique
Interval
          Represents an interval in a certain dimension of the data space.
NumberVector
          Interface NumberVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
Subspace
          Represents a subspace of the original data space.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.algorithm.outlier
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
KNNList
          A wrapper class for storing the k most similar comparable objects.
NumberVector
          Interface NumberVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.algorithm.statistics
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
DoubleVector
          A DoubleVector is to store real values approximately as double values.
NumberVector
          Interface NumberVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.application
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.application.cache
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.application.visualization
NumberVector
          Interface NumberVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.data
AbstractDatabaseObject
          Abstract super class for all database objects.
AbstractNumberVector
          AbstractNumberVector is an abstract implementation of FeatureVector.
Arithmetic
          An interface to define requirements for a number to perform arithmetic operations.
Bit
          Provides a bit number.
BitVector
          Provides a BitVector wrapping a BitSet.
ClassLabel
          A ClassLabel to identify a certain class of objects that is to discern from other classes by a classifier.
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
DatabaseObjectGroup
          Interface for a collection of database references (IDs).
DoubleVector
          A DoubleVector is to store real values approximately as double values.
FeatureVector
          Generic FeatureVector class that can contain any type of data (i.e. numerical or categorical attributes).
FloatVector
          A FloatVector is to store real values approximately as float values.
Interval
          Represents an interval in a certain dimension of the data space.
NumberVector
          Interface NumberVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
ParameterizationFunction.ExtremumType
          Available types for the global extremum.
RationalNumber
          RationalNumber represents rational numbers in arbitrary precision.
SparseFloatVector
           A SparseFloatVector is to store real values approximately as float values.
Subspace
          Represents a subspace of the original data space.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.data.cluster
AbstractDatabaseObject
          Abstract super class for all database objects.
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
DatabaseObjectGroup
          Interface for a collection of database references (IDs).
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.data.cluster.naming
Clustering
          Result class for clusterings.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.data.model
DatabaseObjectGroup
          Interface for a collection of database references (IDs).
FeatureVector
          Generic FeatureVector class that can contain any type of data (i.e. numerical or categorical attributes).
NumberVector
          Interface NumberVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
Subspace
          Represents a subspace of the original data space.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.database
ClassLabel
          A ClassLabel to identify a certain class of objects that is to discern from other classes by a classifier.
Clustering
          Result class for clusterings.
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
NumberVector
          Interface NumberVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.database.connection
ClassLabel
          A ClassLabel to identify a certain class of objects that is to discern from other classes by a classifier.
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
MultiRepresentedObject
          MultiRepresentedObject represents a collection of several DatabaseObjects of a same superclass.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.distance
Bit
          Provides a bit number.
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.distance.distancefunction
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
NumberVector
          Interface NumberVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.distance.distancefunction.adapter
NumberVector
          Interface NumberVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.distance.distancefunction.colorhistogram
NumberVector
          Interface NumberVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.distance.distancefunction.correlation
FeatureVector
          Generic FeatureVector class that can contain any type of data (i.e. numerical or categorical attributes).
NumberVector
          Interface NumberVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.distance.distancefunction.external
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.distance.distancefunction.subspace
FeatureVector
          Generic FeatureVector class that can contain any type of data (i.e. numerical or categorical attributes).
NumberVector
          Interface NumberVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.distance.distancefunction.timeseries
NumberVector
          Interface NumberVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.distance.similarityfunction
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.distance.similarityfunction.kernel
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
FeatureVector
          Generic FeatureVector class that can contain any type of data (i.e. numerical or categorical attributes).
NumberVector
          Interface NumberVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.evaluation.histogram
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.evaluation.paircounting
Clustering
          Result class for clusterings.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.evaluation.roc
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.index
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.index.tree
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.index.tree.metrical
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
KNNList
          A wrapper class for storing the k most similar comparable objects.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
KNNList
          A wrapper class for storing the k most similar comparable objects.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
KNNList
          A wrapper class for storing the k most similar comparable objects.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
KNNList
          A wrapper class for storing the k most similar comparable objects.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkmax
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
KNNList
          A wrapper class for storing the k most similar comparable objects.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mktab
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
KNNList
          A wrapper class for storing the k most similar comparable objects.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mtree
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.split
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.index.tree.spatial
FeatureVector
          Generic FeatureVector class that can contain any type of data (i.e. numerical or categorical attributes).
NumberVector
          Interface NumberVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants
KNNList
          A wrapper class for storing the k most similar comparable objects.
NumberVector
          Interface NumberVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu
NumberVector
          Interface NumberVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn
KNNList
          A wrapper class for storing the k most similar comparable objects.
NumberVector
          Interface NumberVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar
NumberVector
          Interface NumberVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.math
NumberVector
          Interface NumberVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.math.linearalgebra
RationalNumber
          RationalNumber represents rational numbers in arbitrary precision.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.math.linearalgebra.pca
NumberVector
          Interface NumberVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.normalization
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
MultiRepresentedObject
          MultiRepresentedObject represents a collection of several DatabaseObjects of a same superclass.
NumberVector
          Interface NumberVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.parser
BitVector
          Provides a BitVector wrapping a BitSet.
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
DoubleVector
          A DoubleVector is to store real values approximately as double values.
ExternalObject
          Provides an id referencing an external data object.
FloatVector
          A FloatVector is to store real values approximately as float values.
NumberVector
          Interface NumberVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
ParameterizationFunction
          A parameterization function describes all lines in a d-dimensional feature space intersecting in one point p.
SparseFloatVector
           A SparseFloatVector is to store real values approximately as float values.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.parser.meta
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
DoubleVector
          A DoubleVector is to store real values approximately as double values.
NumberVector
          Interface NumberVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
SparseFloatVector
           A SparseFloatVector is to store real values approximately as float values.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.preprocessing
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
FeatureVector
          Generic FeatureVector class that can contain any type of data (i.e. numerical or categorical attributes).
NumberVector
          Interface NumberVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.result
Clustering
          Result class for clusterings.
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.result.textwriter
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
DatabaseObjectGroup
          Interface for a collection of database references (IDs).
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.result.textwriter.writers
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.utilities
ClassLabel
          A ClassLabel to identify a certain class of objects that is to discern from other classes by a classifier.
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
DoubleVector
          A DoubleVector is to store real values approximately as double values.
NumberVector
          Interface NumberVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
SparseFloatVector
           A SparseFloatVector is to store real values approximately as float values.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.utilities.referencepoints
NumberVector
          Interface NumberVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.visualization
NumberVector
          Interface NumberVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.visualization.gui
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
DoubleVector
          A DoubleVector is to store real values approximately as double values.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.visualization.gui.overview
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
NumberVector
          Interface NumberVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.visualization.opticsplot
Clustering
          Result class for clusterings.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.visualization.scales
NumberVector
          Interface NumberVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.visualization.visualizers
Clustering
          Result class for clusterings.
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.visualization.visualizers.adapter
NumberVector
          Interface NumberVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.visualization.visualizers.vis1d
NumberVector
          Interface NumberVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d
Clustering
          Result class for clusterings.
NumberVector
          Interface NumberVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.visualization.visualizers.visunproj
Clustering
          Result class for clusterings.
NumberVector
          Interface NumberVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
 


Release 0.3 (2010-03-31_1612)