|
|||||||||
| Home >> All >> joelib >> [ desc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
joelib.desc
Interface DistanceMetricValue

- public interface DistanceMetricValue
Interface to have a fast method to getting similarity metric values.
The target object must be checked. All used metrics must
implement the joelib.math.similarity.DistanceMetric class.
| Method Summary | |
double |
getDistance(java.lang.Object target)
|
void |
loadDefaultMetric()
|
void |
loadMetric(java.lang.String represenation)
|
| Method Detail |
getDistance
public double getDistance(java.lang.Object target)
loadDefaultMetric
public void loadDefaultMetric()
throws DescriptorException
loadMetric
public void loadMetric(java.lang.String represenation) throws DescriptorException
|
|||||||||
| Home >> All >> joelib >> [ desc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC