Methods in viper.comparison.distances that throw UnknownDistanceException |
static boolean |
Distances.isDistanceFor(Measurable type,
java.lang.String s)
Tests to see if the specified metric name is known for
the given attribute data type. |
static boolean |
Distances.isDistanceFor(java.lang.String type,
java.lang.String s)
Tests to see if the specified metric name is known for
the given attribute data type. |
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. |