Uses of Class
viper.comparison.distances.DistanceHolder

Packages that use DistanceHolder
viper.comparison.distances   
 

Uses of DistanceHolder in viper.comparison.distances
 

Methods in viper.comparison.distances that return DistanceHolder
 DistanceHolder AttrMeasure.getDistances()
          Gets the current distances.
 

Methods in viper.comparison.distances with parameters of type DistanceHolder
 FrameSpan AttrMeasure.calculateDistancesAndThresh(Attribute target, FrameSpan targetSpan, Attribute candidate, FrameSpan candSpan, CanonicalFileDescriptor cfd, DistanceHolder dh)
          Calculate the distances between the two attributes using this attribute measure.