Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

Packages that use de.lmu.ifi.dbs.elki.database
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.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.metrical.mtreevariants Package collects variants of the M-Tree. 
de.lmu.ifi.dbs.elki.index.tree.spatial Package collects spatial tree-based index structures. 
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn Package collects classes for the RdKNNTree 
de.lmu.ifi.dbs.elki.normalization Provides classes and methods for normalizations (and reconstitution) of data sets. 
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.database used by de.lmu.ifi.dbs.elki.algorithm
Database
          Database specifies the requirements for any database implementation.
 

Classes in de.lmu.ifi.dbs.elki.database used by de.lmu.ifi.dbs.elki.algorithm.clustering
Database
          Database specifies the requirements for any database implementation.
SpatialIndexDatabase
          SpatialIndexDatabase is a database implementation which is supported by a spatial index structure.
 

Classes in de.lmu.ifi.dbs.elki.database used by de.lmu.ifi.dbs.elki.algorithm.clustering.biclustering
Database
          Database specifies the requirements for any database implementation.
 

Classes in de.lmu.ifi.dbs.elki.database used by de.lmu.ifi.dbs.elki.algorithm.clustering.correlation
Database
          Database specifies the requirements for any database implementation.
 

Classes in de.lmu.ifi.dbs.elki.database used by de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.cash
Database
          Database specifies the requirements for any database implementation.
 

Classes in de.lmu.ifi.dbs.elki.database used by de.lmu.ifi.dbs.elki.algorithm.clustering.subspace
Database
          Database specifies the requirements for any database implementation.
 

Classes in de.lmu.ifi.dbs.elki.database used by de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.clique
Database
          Database specifies the requirements for any database implementation.
 

Classes in de.lmu.ifi.dbs.elki.database used by de.lmu.ifi.dbs.elki.algorithm.result
Database
          Database specifies the requirements for any database implementation.
 

Classes in de.lmu.ifi.dbs.elki.database used by de.lmu.ifi.dbs.elki.algorithm.result.clustering
AssociationID
          An AssociationID is used by databases as a unique identifier for specific associations to single objects.
Database
          Database specifies the requirements for any database implementation.
 

Classes in de.lmu.ifi.dbs.elki.database used by de.lmu.ifi.dbs.elki.algorithm.result.clustering.biclustering
Database
          Database specifies the requirements for any database implementation.
 

Classes in de.lmu.ifi.dbs.elki.database used by de.lmu.ifi.dbs.elki.database
AbstractDatabase
          Provides a mapping for associations based on a Hashtable and functions to get the next usable ID for insertion, making IDs reusable after deletion of the entry.
AssociationID
          An AssociationID is used by databases as a unique identifier for specific associations to single objects.
AssociationMaps
          Helper class to facilitate an association mapping from AssociationID to a map from an object id to an associated object.
Associations
          A helper class to facilitate setting of global associations in a database.
Database
          Database specifies the requirements for any database implementation.
DatabaseEvent
          Encapsulates information describing changes, i.e. updates, insertions, or deletions to a database, and used to notify database listeners of the change.
DatabaseListener
          Defines the interface for an object that listens to changes in a Database.
IndexDatabase
          IndexDatabase is a database implementation which is supported by an index structure.
ObjectAndAssociations
          Provides a single database objects and a map of associations associated with this object.
SequentialDatabase
          SequentialDatabase is a simple implementation of a Database.
 

Classes in de.lmu.ifi.dbs.elki.database used by de.lmu.ifi.dbs.elki.database.connection
Database
          Database specifies the requirements for any database implementation.
ObjectAndAssociations
          Provides a single database objects and a map of associations associated with this object.
 

Classes in de.lmu.ifi.dbs.elki.database used by de.lmu.ifi.dbs.elki.distance
Database
          Database specifies the requirements for any database implementation.
 

Classes in de.lmu.ifi.dbs.elki.database used by de.lmu.ifi.dbs.elki.distance.distancefunction
AssociationID
          An AssociationID is used by databases as a unique identifier for specific associations to single objects.
Database
          Database specifies the requirements for any database implementation.
 

Classes in de.lmu.ifi.dbs.elki.database used by de.lmu.ifi.dbs.elki.distance.similarityfunction
AssociationID
          An AssociationID is used by databases as a unique identifier for specific associations to single objects.
Database
          Database specifies the requirements for any database implementation.
 

Classes in de.lmu.ifi.dbs.elki.database used by de.lmu.ifi.dbs.elki.distance.similarityfunction.kernel
Database
          Database specifies the requirements for any database implementation.
 

Classes in de.lmu.ifi.dbs.elki.database used by de.lmu.ifi.dbs.elki.index
Database
          Database specifies the requirements for any database implementation.
 

Classes in de.lmu.ifi.dbs.elki.database used by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants
Database
          Database specifies the requirements for any database implementation.
 

Classes in de.lmu.ifi.dbs.elki.database used by de.lmu.ifi.dbs.elki.index.tree.spatial
Database
          Database specifies the requirements for any database implementation.
 

Classes in de.lmu.ifi.dbs.elki.database used by de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn
Database
          Database specifies the requirements for any database implementation.
 

Classes in de.lmu.ifi.dbs.elki.database used by de.lmu.ifi.dbs.elki.normalization
ObjectAndAssociations
          Provides a single database objects and a map of associations associated with this object.
 

Classes in de.lmu.ifi.dbs.elki.database used by de.lmu.ifi.dbs.elki.preprocessing
AssociationID
          An AssociationID is used by databases as a unique identifier for specific associations to single objects.
Database
          Database specifies the requirements for any database implementation.
DatabaseEvent
          Encapsulates information describing changes, i.e. updates, insertions, or deletions to a database, and used to notify database listeners of the change.
DatabaseListener
          Defines the interface for an object that listens to changes in a Database.
 

Classes in de.lmu.ifi.dbs.elki.database used by de.lmu.ifi.dbs.elki.utilities
Database
          Database specifies the requirements for any database implementation.
 

Classes in de.lmu.ifi.dbs.elki.database used by de.lmu.ifi.dbs.elki.varianceanalysis
Database
          Database specifies the requirements for any database implementation.
 


Release 0.1 (2008-07-10_1838)