|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Distance | |
viper.comparison | Provides the classes necessary to compare Descriptors, including a simple command line application useful for generating graphs between a large number of cases. |
viper.comparison.distances |
Uses of Distance in viper.comparison |
Methods in viper.comparison with parameters of type Distance | |
void |
TrackingInformation.setValue(java.lang.String attrName,
Distance metric,
double value)
Sets the value of this information |
void |
TrackingInformation.setValue(java.lang.String attrName,
Distance metric,
java.lang.Number value)
Sets the value of this information |
void |
TrackingInformation.addMetric(java.lang.String attrName,
Distance metric)
Adds a new metric to the collection. |
double |
TrackingInformation.getValue(java.lang.String attrName,
Distance metric)
Gets the current value of the metric on the specified attribute type. |
Uses of Distance in viper.comparison.distances |
Subinterfaces of Distance in viper.comparison.distances | |
interface |
AttrDistance
Like Filterable, Distances are a way of associating distance with data. |
interface |
MeasureDistance
Like Filterable, Distances are a way of associating distance with data. |
Classes in viper.comparison.distances that implement Distance | |
static class |
Distances.HelperAttrDistance
Converts one of the value distance function objects into a AttrDistance . |
(package private) static class |
viper.comparison.distances.Distances.HelperDistance
|
static class |
Distances.HelperMeasureDistance
Converts one of the value distance function objects into a MeasureDistance . |
Methods in viper.comparison.distances that return Distance | |
static Distance |
Distances.getDistanceFunctor(Measurable type,
java.lang.String metric)
Gets the distance functor for the given type. |
static Distance |
Distances.getDistanceFunctor(java.lang.String type,
java.lang.String metric)
Gets the distance functor for the given type. |
Distance |
AttrMeasure.getMetric()
Gets the metric. |
Methods in viper.comparison.distances with parameters of type Distance | |
static void |
Distances.putDistanceFunctorFor(java.lang.String type,
Distance d)
Adds a new distance functor for the given attribute data type. |
void |
AttrMeasure.setMetric(Distance M)
Sets the metric. |
Constructors in viper.comparison.distances with parameters of type Distance | |
AttrMeasure(Distance metric,
double tol)
Constructs a new measure with the given metric and localization threshold, with the default statistic and statistic tolerance. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |