Uses of Class
viper.comparison.distances.IgnoredValueException

Packages that use IgnoredValueException
viper.comparison.distances   
viper.descriptors.attributes Provides the classes necessary to read Attributes in from a file and compare them.  
 

Uses of IgnoredValueException in viper.comparison.distances
 

Methods in viper.comparison.distances that throw IgnoredValueException
 java.lang.Number MeasureDistance.getDistance(Measurable alpha, Measurable beta, Measurable blackout, Measurable ignore, CanonicalFileDescriptor cfd)
          Compute the distance.
static Measurable.Difference Distances.helpGetDiff(Attribute alpha, FrameSpan alphaSpan, Attribute beta, FrameSpan betaSpan, Attribute blackout, FrameSpan blackoutSpan, Attribute ignore, FrameSpan ignoreSpan, int frame, CanonicalFileDescriptor cfd, Measurable.Difference old)
          Computes the difference between two attributes using the given distance metric.
static Measurable.Difference Distances.helpGetDiff(Measurable alpha, Measurable beta, Measurable blackout, Measurable ignore, CanonicalFileDescriptor cfd, Measurable.Difference old)
          Computes the difference between two attributes using the given distance metric.
 java.lang.Number Distances.SmartValueDistance.helpGetDistance(java.lang.Object alphaVal, java.lang.Object betaVal, java.lang.Object blackoutVal, java.lang.Object ignoreVal, CanonicalFileDescriptor cfd)
          Gets the distance between two values, with some constraints.
 java.lang.Number Distances.HelperMeasureDistance.getDistance(Measurable alpha, Measurable beta, Measurable blackout, Measurable ignore, CanonicalFileDescriptor cfd)
           
 java.lang.Number Distances.HelperAttrDistance.getDistance(Attribute alpha, FrameSpan alphaSpan, Attribute beta, FrameSpan betaSpan, Attribute blackout, FrameSpan blackoutSpan, Attribute ignore, FrameSpan ignoreSpan, int frame, CanonicalFileDescriptor cfd)
           
 java.lang.Number AttrDistance.getDistance(Attribute alpha, FrameSpan alphaSpan, Attribute beta, FrameSpan betaSpan, Attribute blackout, FrameSpan blackoutSpan, Attribute ignore, FrameSpan ignoreSpan, int frame, CanonicalFileDescriptor cfd)
          Compute the distance, with blackout and ignore.
 

Uses of IgnoredValueException in viper.descriptors.attributes
 

Methods in viper.descriptors.attributes that throw IgnoredValueException
 Measurable.Difference Measurable.getDifference(Measurable beta, Measurable blackout, Measurable ignore, CanonicalFileDescriptor cfd, Measurable.Difference old)
          For performance reasons, takes an optional (could be null) Measurable.Difference to replace the data from.
 Measurable.Difference Measurable.getDifference(Measurable beta, Measurable blackout, Measurable ignore, CanonicalFileDescriptor cfd)
          Not optimized version.
 Measurable.Difference FrameSpan.getDifference(Measurable beta, Measurable blackout, Measurable ignore, CanonicalFileDescriptor cfd)
           
 Measurable.Difference FrameSpan.getDifference(Measurable beta, Measurable blackout, Measurable ignore, CanonicalFileDescriptor cfd, Measurable.Difference old)