Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.database.ObjectAndAssociations

Packages that use ObjectAndAssociations
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.normalization Provides classes and methods for normalizations (and reconstitution) of data sets. 
 

Uses of ObjectAndAssociations in de.lmu.ifi.dbs.elki.database
 

Methods in de.lmu.ifi.dbs.elki.database with parameters of type ObjectAndAssociations
 Integer Database.insert(ObjectAndAssociations<O> objectAndAssociations)
          Inserts the given object into the database.
 Integer InvertedListDatabase.insert(ObjectAndAssociations<O> objectAndAssociations)
           
 Integer AbstractDatabase.insert(ObjectAndAssociations<O> objectAndAssociations)
           
 Integer SpatialIndexDatabase.insert(ObjectAndAssociations<O> objectAndAssociations)
          Calls the super method and afterwards inserts the specified object into the underlying index structure.
 Integer MetricalIndexDatabase.insert(ObjectAndAssociations<O> objectAndAssociations)
          Calls the super method and afterwards inserts the specified object into the underlying index structure.
 

Method parameters in de.lmu.ifi.dbs.elki.database with type arguments of type ObjectAndAssociations
protected  List<O> AbstractDatabase.getObjects(List<ObjectAndAssociations<O>> objectAndAssociationsList)
          Helper method to extract the list of database objects from the specified list of objects and their associations.
 void Database.insert(List<ObjectAndAssociations<O>> objectsAndAssociationsList)
          Initializes the database by inserting the specified objects and their associations into the database.
 void AbstractDatabase.insert(List<ObjectAndAssociations<O>> objectsAndAssociationsList)
           
 void SpatialIndexDatabase.insert(List<ObjectAndAssociations<O>> objectsAndAssociationsList)
          Calls the super method and afterwards inserts the specified objects into the underlying index structure.
 void MetricalIndexDatabase.insert(List<ObjectAndAssociations<O>> objectsAndAssociationsList)
          Calls the super method and afterwards inserts the specified objects into the underlying index structure.
 

Uses of ObjectAndAssociations in de.lmu.ifi.dbs.elki.database.connection
 

Methods in de.lmu.ifi.dbs.elki.database.connection that return types with arguments of type ObjectAndAssociations
protected  List<ObjectAndAssociations<O>> AbstractDatabaseConnection.normalizeAndTransformLabels(List<ObjectAndLabels<O>> objectAndLabelsList, Normalization<O> normalization)
          Normalizes and transforms the specified list of objects and their labels into a list of objects and their associtaions.
private  List<ObjectAndAssociations<O>> AbstractDatabaseConnection.transformLabels(List<ObjectAndLabels<O>> objectAndLabelsList)
          Transforms the specified list of objects and their labels into a list of objects and their associtaions.
 

Uses of ObjectAndAssociations in de.lmu.ifi.dbs.elki.normalization
 

Methods in de.lmu.ifi.dbs.elki.normalization that return types with arguments of type ObjectAndAssociations
 List<ObjectAndAssociations<MultiRepresentedObject<O>>> MultiRepresentedObjectNormalization.normalizeObjects(List<ObjectAndAssociations<MultiRepresentedObject<O>>> objectAndAssociationsList)
          Performs a normalization on a list of database objects and their associations.
 List<ObjectAndAssociations<O>> DummyNormalization.normalizeObjects(List<ObjectAndAssociations<O>> objectAndAssociationsList)
           
 List<ObjectAndAssociations<O>> Normalization.normalizeObjects(List<ObjectAndAssociations<O>> objectAndAssociationsList)
          Performs a normalization on a list of database objects and their associations.
 List<ObjectAndAssociations<V>> AttributeWiseRealVectorNormalization.normalizeObjects(List<ObjectAndAssociations<V>> objectAndAssociationsList)
           
 

Method parameters in de.lmu.ifi.dbs.elki.normalization with type arguments of type ObjectAndAssociations
private  void AttributeWiseRealVectorNormalization.determineMinMax(List<ObjectAndAssociations<V>> objectAndAssociationsList)
          Determines the minima and maxima values in each dimension of the given featureVectors.
 List<ObjectAndAssociations<MultiRepresentedObject<O>>> MultiRepresentedObjectNormalization.normalizeObjects(List<ObjectAndAssociations<MultiRepresentedObject<O>>> objectAndAssociationsList)
          Performs a normalization on a list of database objects and their associations.
 List<ObjectAndAssociations<O>> DummyNormalization.normalizeObjects(List<ObjectAndAssociations<O>> objectAndAssociationsList)
           
 List<ObjectAndAssociations<O>> Normalization.normalizeObjects(List<ObjectAndAssociations<O>> objectAndAssociationsList)
          Performs a normalization on a list of database objects and their associations.
 List<ObjectAndAssociations<V>> AttributeWiseRealVectorNormalization.normalizeObjects(List<ObjectAndAssociations<V>> objectAndAssociationsList)
           
 


Release 0.1 (2008-07-10_1838)