Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.distance.FloatDistance

Packages that use FloatDistance
de.lmu.ifi.dbs.elki.distance Distances and (in subpackages) distance functions and similarity functions
de.lmu.ifi.dbs.elki.distance.distancefunction.external Distance functions using external data sources. 
 

Uses of FloatDistance in de.lmu.ifi.dbs.elki.distance
 

Methods in de.lmu.ifi.dbs.elki.distance that return FloatDistance
 FloatDistance FloatDistance.infiniteDistance()
          An infinite FloatDistance is based on Float.POSITIVE_INFINITY.
 FloatDistance FloatDistance.minus(FloatDistance distance)
           
 FloatDistance FloatDistance.nullDistance()
          A null FloatDistance is based on 0.
 FloatDistance FloatDistance.parseString(String val)
          As pattern is required a String defining a Float.
 FloatDistance FloatDistance.plus(FloatDistance distance)
           
 FloatDistance FloatDistance.times(float lambda)
          Returns a new distance as the product of this distance and the given float value.
 FloatDistance FloatDistance.times(FloatDistance distance)
          Returns a new distance as the product of this distance and the given distance.
 FloatDistance FloatDistance.undefinedDistance()
          An undefined FloatDistance is based on Float.NaN.
 

Methods in de.lmu.ifi.dbs.elki.distance with parameters of type FloatDistance
 int FloatDistance.compareTo(FloatDistance other)
           
 FloatDistance FloatDistance.minus(FloatDistance distance)
           
 FloatDistance FloatDistance.plus(FloatDistance distance)
           
 FloatDistance FloatDistance.times(FloatDistance distance)
          Returns a new distance as the product of this distance and the given distance.
 

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

Fields in de.lmu.ifi.dbs.elki.distance.distancefunction.external with type parameters of type FloatDistance
private  Map<Pair<Integer,Integer>,FloatDistance> FileBasedFloatDistanceFunction.cache
           
private  DistanceParser<V,FloatDistance> FileBasedFloatDistanceFunction.parser
           
private  ObjectParameter<DistanceParser<V,FloatDistance>> FileBasedFloatDistanceFunction.PARSER_PARAM
          Optional parameter to specify the parsers to provide a database, must extend DistanceParser.
 

Methods in de.lmu.ifi.dbs.elki.distance.distancefunction.external that return FloatDistance
 FloatDistance FileBasedFloatDistanceFunction.distance(Integer id1, Integer id2)
          Returns the distance between the two objects specified by their objects ids.
 FloatDistance DiskCacheBasedFloatDistanceFunction.distance(Integer id1, Integer id2)
          Returns the distance between the two objects specified by their objects ids.
 FloatDistance FileBasedFloatDistanceFunction.distance(Integer id1, V o2)
          Returns the distance between the two specified objects.
 FloatDistance DiskCacheBasedFloatDistanceFunction.distance(Integer id1, V o2)
          Returns the distance between the two specified objects.
 FloatDistance FileBasedFloatDistanceFunction.distance(V o1, V o2)
          Computes the distance between two given DatabaseObjects according to this distance function.
 FloatDistance DiskCacheBasedFloatDistanceFunction.distance(V o1, V o2)
          Computes the distance between two given DatabaseObjects according to this distance function.
 


Release 0.3 (2010-03-31_1612)