public interface DistanceMeasure extends Serializable
Modifier and Type | Method and Description |
---|---|
double |
compute(double[] a,
double[] b)
Compute the distance between two n-dimensional vectors.
|
Copyright © 2003-2015 The Apache Software Foundation. All Rights Reserved.