Documentation of 'smile.math.distance.package-summary' Java class
smile.math.distance

Package smile.math.distance

Distance and metric measures.

See: Description

Package smile.math.distance Description

Distance and metric measures. A distance function maps pairs of points into the nonnegative reals and has to satisfy
  • non-negativity: d(x, y) ≥ 0
  • isolation: d(x, y) = 0 if and only if x = y
  • symmetry: d(x, y) = d(x, y)
. Note that a distance function is not required to satisfy triangular inequality |x - y| + |y - z| ≥ |x - z|, which is necessary for a metric.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.