Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.distance.distancefunction.SharingDependentItemsetDistanceFunction

Packages that use SharingDependentItemsetDistanceFunction
de.lmu.ifi.dbs.elki.distance.distancefunction Package collects distance functions. 
 

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

Subclasses of SharingDependentItemsetDistanceFunction in de.lmu.ifi.dbs.elki.distance.distancefunction
 class DirectSupportDependentItemsetDistanceFunction
          Provides a DistanceFunction to compute a Distance between BitVectors based on the number of shared bits.
 class FrequencyDependentItemsetDistanceFunction
          Provides a DistanceFunction to compute a Distance between BitVectors based on the number of shared bits.
 class ReciprocalSupportDependentItemsetDistanceFunction
          Provides a DistanceFunction to compute a Distance between BitVectors based on the number of shared bits.
 class SharedMaximumDistanceFunction
          Provides a DistanceFunction to compute a Distance between BitVectors based on the number of shared bits.
 class SharedUnitedDistanceFunction
          Provides a DistanceFunction to compute a Distance between BitVectors based on the number of shared bits.
 class SquareRootSupportLengthDependentItemsetDistanceFunction
          Provides a DistanceFunction to compute a Distance between BitVectors based on the number of shared bits.
 class SupportLengthDependentItemsetDistanceFunction
          Provides a DistanceFunction to compute a Distance between BitVectors based on the number of shared bits.
 


Release 0.1 (2008-07-10_1838)