public interface DistanceMeasure
Modifier and Type | Method and Description |
---|---|
float |
distance(FeatureVector fv1,
FeatureVector fv2)
Compute the distance between two feature vectors.
|
float |
squaredDistance(FeatureVector fv1,
FeatureVector fv2)
Compute the squared distance between two feature vectors.
|
float distance(FeatureVector fv1, FeatureVector fv2)
fv1
- fv1fv2
- fv2float squaredDistance(FeatureVector fv1, FeatureVector fv2)
fv1
- fv1fv2
- fv2Copyright © 2000–2016 DFKI GmbH. All rights reserved.