Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.parser.ObjectAndLabels

Packages that use ObjectAndLabels
de.lmu.ifi.dbs.elki.database.connection Provides database connection classes. 
de.lmu.ifi.dbs.elki.parser Package collects parser for different file formats and data types. 
 

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

Method parameters in de.lmu.ifi.dbs.elki.database.connection with type arguments of type ObjectAndLabels
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 ObjectAndLabels in de.lmu.ifi.dbs.elki.parser
 

Fields in de.lmu.ifi.dbs.elki.parser with type parameters of type ObjectAndLabels
private  List<ObjectAndLabels<O>> ParsingResult.objectAndLabelList
          The list of database objects and labels associated with these objects.
 

Methods in de.lmu.ifi.dbs.elki.parser that return types with arguments of type ObjectAndLabels
 List<ObjectAndLabels<O>> ParsingResult.getObjectAndLabelList()
          Returns the list of database objects and labels associated with these objects.
 

Constructor parameters in de.lmu.ifi.dbs.elki.parser with type arguments of type ObjectAndLabels
DistanceParsingResult(List<ObjectAndLabels<O>> objectAndLabelList, Map<Integer,Map<Integer,D>> distanceCache)
          Provides a list of database objects, a list of label obejcts associated with these objects and cached distances between these objects.
ParsingResult(List<ObjectAndLabels<O>> objectAndLabelList)
          Provides a list of database objects and labels associated with these objects.
 


Release 0.1 (2008-07-10_1838)