Package org.tribuo.math.distance
package org.tribuo.math.distance
An interface for distance computations between two
SGDVector
instances
along with some standard implementations.-
ClassDescriptionCosine similarity used as a distance measure.Interface for distance functions.The built-in distance functions.L1 (or Manhattan) distance.L2 (or Euclidean) distance.