Package ai.libs.jaicore.ml.tsc.distances
Interface IScalarDistance
-
public interface IScalarDistanceFunctional interface for the distance of two scalars.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doubledistance(double x, double y)Calculates the distance between two scalars.
-