|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Measurable.Difference | |
viper.comparison.distances | |
viper.descriptors.attributes | Provides the classes necessary to read Attributes in from a file and compare them. |
Uses of Measurable.Difference in viper.comparison.distances |
Classes in viper.comparison.distances that implement Measurable.Difference | |
static class |
Distances.DefaultDifference
A simple differnece object, which keeps track of some information about a computed difference. |
Methods in viper.comparison.distances that return Measurable.Difference | |
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. |
Methods in viper.comparison.distances with parameters of type Measurable.Difference | |
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.QuickValueDistance.helpGetDistance(Measurable.Difference D)
This computes the distances using the given, possibly already used, comparison object. |
java.lang.Number |
Distance.getDistance(Measurable.Difference D)
Gets the distance using cached distance data. |
double |
AttrMeasure.distanceAgainst(Measurable.Difference D)
Compares attributes or framespans by the metric this is set to use. |
Uses of Measurable.Difference in viper.descriptors.attributes |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |