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 Package collects distances and - in its subpackages - distance and similarity functions. 
de.lmu.ifi.dbs.elki.distance.distancefunction Package collects distance functions. 
 

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

Methods in de.lmu.ifi.dbs.elki.distance that return FloatDistance
 FloatDistance FloatDistance.minus(FloatDistance distance)
           
 FloatDistance FloatDistance.plus(FloatDistance distance)
           
 FloatDistance FloatDistance.times(float lambda)
          Returns a new distance as the product of this distance and the given double value.
 FloatDistance FloatDistance.times(FloatDistance distance)
          Returns a new distance as the product of this distance and the given distance.
 

Methods in de.lmu.ifi.dbs.elki.distance with parameters of type FloatDistance
 int FloatDistance.compareTo(FloatDistance d)
           
 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
 

Methods in de.lmu.ifi.dbs.elki.distance.distancefunction that return FloatDistance
 FloatDistance FileBasedFloatDistanceFunction.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.
 FloatDistance FileBasedFloatDistanceFunction.distance(Integer id1, Integer id2)
          Returns the distance between the two objcts specified by their obejct ids.
 FloatDistance AbstractFloatDistanceFunction.infiniteDistance()
          An infinite FloatDistance is based on Float.POSITIVE_INFINITY.
 FloatDistance AbstractFloatDistanceFunction.nullDistance()
          A null FloatDistance is based on 0.
 FloatDistance AbstractFloatDistanceFunction.undefinedDistance()
          An undefined FloatDistance is based on Float.NaN.
 FloatDistance AbstractFloatDistanceFunction.valueOf(String pattern)
          As pattern is required a String defining a Float.
 


Release 0.1 (2008-07-10_1838)