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 The base-package of the ELKI framework. 
de.lmu.ifi.dbs.elki.algorithm Package to collect algorithms suitable as a task for the KDDTask main routine. 
de.lmu.ifi.dbs.elki.algorithm.clustering Package collects clustering algorithms. 
de.lmu.ifi.dbs.elki.algorithm.clustering.biclustering Package to collect biclustering algorithms suitable as a task for the KDDTask main routine. 
de.lmu.ifi.dbs.elki.algorithm.clustering.correlation Package to collect correlation clustering algorithms suitable as a task for the KDDTask main routine. 
de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.cash Helper classes for the CASH algorithm. 
de.lmu.ifi.dbs.elki.algorithm.clustering.subspace Package to collect algorithms for clustering in axis-parallel subspaces, suitable as a task for the KDDTask main routine. 
de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.clique Helper classes for the CLIQUE algorithm. 
de.lmu.ifi.dbs.elki.algorithm.result Package to collect result classes for the results of algorithms. 
de.lmu.ifi.dbs.elki.algorithm.result.clustering Package to collect result classes for the results of clustering algorithms. 
de.lmu.ifi.dbs.elki.algorithm.result.clustering.biclustering Package to collect result classes for the results of biclustering algorithms. 
de.lmu.ifi.dbs.elki.converter Converter classes as bridges between different formats. 
de.lmu.ifi.dbs.elki.data Package collects basic classes for different data types, database object types and label types. 
de.lmu.ifi.dbs.elki.database Package collects variants of databases and related classes. 
de.lmu.ifi.dbs.elki.database.connection Provides database connection classes. 
de.lmu.ifi.dbs.elki.distance Package collects distances and - in its subpackages - distance and similarity functions. 
de.lmu.ifi.dbs.elki.distance.distancefunction Package collects distance functions. 
de.lmu.ifi.dbs.elki.distance.similarityfunction Package collects similarity functions. 
de.lmu.ifi.dbs.elki.distance.similarityfunction.kernel Package collects kernel functions. 
de.lmu.ifi.dbs.elki.index Package collects variants of index structures. 
de.lmu.ifi.dbs.elki.index.tree Package collects variants of tree-based index structures. 
de.lmu.ifi.dbs.elki.index.tree.metrical Package collects metrical tree-based index structures. 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants Package collects variants of the M-Tree. 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkapp Package collects classes for the MkAppTree 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkcop Package collects classes for the MkCoPTree 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkmax Package collects classes for the MkMaxTree 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktab Package collects classes for the MkTabTree 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mtree Package collects classes for the MTree 
de.lmu.ifi.dbs.elki.index.tree.spatial Package collects spatial tree-based index structures. 
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants Package collects variants of the R*-Tree. 
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu Package collects classes for the DeLiCluTree 
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn Package collects classes for the RdKNNTree 
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar Package collects classes for the RStarTree 
de.lmu.ifi.dbs.elki.math.linearalgebra Linear Algebra package provides classes and computational methods for operations on matrices. 
de.lmu.ifi.dbs.elki.normalization Provides classes and methods for normalizations (and reconstitution) of data sets. 
de.lmu.ifi.dbs.elki.parser Package collects parser for different file formats and data types. 
de.lmu.ifi.dbs.elki.preprocessing Package collects preprocessors used for data preparation in a first step of various algorithms or distance measures. 
de.lmu.ifi.dbs.elki.utilities Package collects various classes and methods of global utility. 
de.lmu.ifi.dbs.elki.varianceanalysis Classes for analysis of variance by different methods. 
 

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.
NumberVector
          NumberVector is an abstract implementation of FeatureVector.
RealVector
          RealVector is an abstract super class for all feature vectors having real numbers as values.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.algorithm.clustering
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
NumberVector
          NumberVector is an abstract implementation of FeatureVector.
RealVector
          RealVector is an abstract super class for all feature vectors having real numbers as values.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.algorithm.clustering.biclustering
RealVector
          RealVector is an abstract super class for all feature vectors having real numbers as values.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.algorithm.clustering.correlation
ParameterizationFunction
          A parameterization function decribes all lines in a d-dimensional feature space intersecting in one point p.
RealVector
          RealVector is an abstract super class for all feature vectors having real numbers as values.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.cash
ParameterizationFunction
          A parameterization function decribes 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
RealVector
          RealVector is an abstract super class for all feature vectors having real numbers as values.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.clique
RealVector
          RealVector is an abstract super class for all feature vectors having real numbers as values.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.algorithm.result
BitVector
          Provides a BitVector wrapping a BitSet.
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
RealVector
          RealVector is an abstract super class for all feature vectors having real numbers as values.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.algorithm.result.clustering
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.
ParameterizationFunction
          A parameterization function decribes all lines in a d-dimensional feature space intersecting in one point p.
RealVector
          RealVector is an abstract super class for all feature vectors having real numbers as values.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.algorithm.result.clustering.biclustering
RealVector
          RealVector is an abstract super class for all feature vectors having real numbers as values.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.converter
ClassLabel
          A ClassLabel to identify a certain class of objects that is to discern from other classes by a classifier.
HierarchicalClassLabel
          A HierarchicalClassLabel is a ClassLabel to reflect a hierarchical structure of classes.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.data
AbstractDatabaseObject
          Abstract super class for all database objects.
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.
DoubleVector
          A DoubleVector is to store real values approximately as double values.
FeatureVector
          Interface FeatureVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
FloatVector
          A FloatVector is to store real values approximately as float values.
HierarchicalClassLabel
          A HierarchicalClassLabel is a ClassLabel to reflect a hierarchical structure of classes.
NumberVector
          NumberVector is an abstract implementation of FeatureVector.
ParameterizationFunction.ExtremumType
          Available types for the global extremum.
RationalNumber
          RationalNumber represents rational numbers in arbitrary precision.
RealVector
          RealVector is an abstract super class for all feature vectors having real numbers as values.
SimpleClassLabel
          A simple class label casting a String as it is as label.
SparseDoubleVector
          A SparseDoubleVector is to store real values approximately as double values.
 

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.
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
FeatureVector
          Interface FeatureVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
NumberVector
          NumberVector is an abstract implementation of FeatureVector.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.database.connection
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
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
BitVector
          Provides a BitVector wrapping a BitSet.
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
ExternalObject
          Provides an id referencing an external data object.
FeatureVector
          Interface FeatureVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
MultiRepresentedObject
          MultiRepresentedObject represents a collection of several DatabaseObjects of a same superclass.
NumberVector
          NumberVector is an abstract implementation of FeatureVector.
RealVector
          RealVector is an abstract super class for all feature vectors having real numbers as values.
 

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
          Interface FeatureVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
RealVector
          RealVector is an abstract super class for all feature vectors having real numbers as values.
 

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.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkapp
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.mkcop
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.mkmax
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.mktab
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.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.spatial
FeatureVector
          Interface FeatureVector defines the methods that should be implemented by any Object that is element of a real vector space of type N.
NumberVector
          NumberVector is an abstract implementation of FeatureVector.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants
NumberVector
          NumberVector is an abstract implementation of FeatureVector.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu
NumberVector
          NumberVector is an abstract implementation of FeatureVector.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn
NumberVector
          NumberVector is an abstract implementation of FeatureVector.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar
NumberVector
          NumberVector is an abstract implementation of FeatureVector.
 

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.normalization
DatabaseObject
          A DatabaseObject should provide handling of a database ID.
MultiRepresentedObject
          MultiRepresentedObject represents a collection of several DatabaseObjects of a same superclass.
RealVector
          RealVector is an abstract super class for all feature vectors having real numbers as values.
 

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.
ExternalObject
          Provides an id referencing an external data object.
ParameterizationFunction
          A parameterization function decribes all lines in a d-dimensional feature space intersecting in one point p.
RealVector
          RealVector is an abstract super class for all feature vectors having real numbers as 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.
RealVector
          RealVector is an abstract super class for all feature vectors having real numbers as values.
 

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.
RealVector
          RealVector is an abstract super class for all feature vectors having real numbers as values.
 

Classes in de.lmu.ifi.dbs.elki.data used by de.lmu.ifi.dbs.elki.varianceanalysis
RealVector
          RealVector is an abstract super class for all feature vectors having real numbers as values.
 


Release 0.1 (2008-07-10_1838)