org.ujmp.core.util
Interface DistanceMeasure
-
- All Known Implementing Classes:
- EuclidianDistance, ManhattanDistance
public interface DistanceMeasureA distance measure that can be used to determine a specific distance between two samples ofdoublevalues.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description doublegetDistance(double[] sample1, double[] sample2)Get the distance between two data samples.
-
DataMelt 3.0 © DataMelt by jWork.ORG