Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.data.ExternalObject

Packages that use ExternalObject
de.lmu.ifi.dbs.elki.distance.distancefunction Package collects distance functions. 
de.lmu.ifi.dbs.elki.parser Package collects parser for different file formats and data types. 
 

Uses of ExternalObject in de.lmu.ifi.dbs.elki.distance.distancefunction
 

Methods in de.lmu.ifi.dbs.elki.distance.distancefunction with parameters of type ExternalObject
 FloatDistance FileBasedFloatDistanceFunction.distance(ExternalObject o1, ExternalObject o2)
          Computes the distance between two given DatabaseObjects according to this distance function.
 DoubleDistance FileBasedDoubleDistanceFunction.distance(ExternalObject o1, ExternalObject o2)
          Computes the distance between two given DatabaseObjects according to this distance function.
 FloatDistance FileBasedFloatDistanceFunction.distance(Integer id1, ExternalObject o2)
          Returns the distance between the two specified objects.
 DoubleDistance FileBasedDoubleDistanceFunction.distance(Integer id1, ExternalObject o2)
          Returns the distance between the two specified objects.
 

Uses of ExternalObject in de.lmu.ifi.dbs.elki.parser
 

Fields in de.lmu.ifi.dbs.elki.parser with type parameters of type ExternalObject
private  DistanceFunction<ExternalObject,D> NumberDistanceParser.distanceFunction
          The distance function.
 

Methods in de.lmu.ifi.dbs.elki.parser that return types with arguments of type ExternalObject
 DistanceFunction<ExternalObject,D> NumberDistanceParser.getDistanceFunction()
          Returns the distance function of this parser.
 ParsingResult<ExternalObject> NumberDistanceParser.parse(InputStream in)
           
 


Release 0.1 (2008-07-10_1838)