Uses of Interface
de.lmu.ifi.dbs.elki.database.ids.DBIDPair

Packages that use DBIDPair
de.lmu.ifi.dbs.elki.database.ids Database object identification and ID group handling API
de.lmu.ifi.dbs.elki.database.ids.integer Integer-based DBID implementation -- do not use directly - always use DBIDUtil
de.lmu.ifi.dbs.elki.datasource.parser Parsers for different file formats and data types. 
de.lmu.ifi.dbs.elki.distance.distancefunction.external Distance functions using external data sources. 
de.lmu.ifi.dbs.elki.evaluation.roc Evaluation of rankings using ROC AUC (Receiver Operation Characteristics - Area Under Curve) 
 

Uses of DBIDPair in de.lmu.ifi.dbs.elki.database.ids
 

Methods in de.lmu.ifi.dbs.elki.database.ids that return DBIDPair
 DBIDPair DBIDFactory.makePair(DBID first, DBID second)
          Make a DBID pair from two existing DBIDs.
static DBIDPair DBIDUtil.newPair(DBID id1, DBID id2)
          Make a DBID pair.
 

Uses of DBIDPair in de.lmu.ifi.dbs.elki.database.ids.integer
 

Classes in de.lmu.ifi.dbs.elki.database.ids.integer that implement DBIDPair
 class IntegerDBIDPair
          DBID pair using two ints for storage.
 

Methods in de.lmu.ifi.dbs.elki.database.ids.integer that return DBIDPair
 DBIDPair SimpleDBIDFactory.makePair(DBID first, DBID second)
           
 DBIDPair TrivialDBIDFactory.makePair(DBID first, DBID second)
           
 

Uses of DBIDPair in de.lmu.ifi.dbs.elki.datasource.parser
 

Fields in de.lmu.ifi.dbs.elki.datasource.parser with type parameters of type DBIDPair
private  Map<DBIDPair,D> DistanceParsingResult.distanceCache
          The cache of precomputed distances between the database objects.
 

Methods in de.lmu.ifi.dbs.elki.datasource.parser that return types with arguments of type DBIDPair
 Map<DBIDPair,D> DistanceParsingResult.getDistanceCache()
          Returns the cache of precomputed distances between the database objects.
 

Method parameters in de.lmu.ifi.dbs.elki.datasource.parser with type arguments of type DBIDPair
 boolean NumberDistanceParser.containsKey(DBID id1, DBID id2, Map<DBIDPair,D> cache)
          Returns true if the specified distance cache contains a distance value for the specified ids.
private  void NumberDistanceParser.put(DBID id1, DBID id2, D distance, Map<DBIDPair,D> cache)
          Puts the specified distance value for the given ids to the distance cache.
 

Constructor parameters in de.lmu.ifi.dbs.elki.datasource.parser with type arguments of type DBIDPair
DistanceParsingResult(MultipleObjectsBundle objectAndLabelList, Map<DBIDPair,D> distanceCache)
          Provides a list of database objects, a list of label objects associated with these objects and cached distances between these objects.
 

Uses of DBIDPair in de.lmu.ifi.dbs.elki.distance.distancefunction.external
 

Fields in de.lmu.ifi.dbs.elki.distance.distancefunction.external with type parameters of type DBIDPair
private  Map<DBIDPair,DoubleDistance> FileBasedDoubleDistanceFunction.cache
          The distance cache
private  Map<DBIDPair,FloatDistance> FileBasedFloatDistanceFunction.cache
          The distance cache
 

Uses of DBIDPair in de.lmu.ifi.dbs.elki.evaluation.roc
 

Methods in de.lmu.ifi.dbs.elki.evaluation.roc that return DBIDPair
 DBIDPair ROC.SimpleAdapter.next()
           
 


Release 0.4.0 (2011-09-20_1324)