Namespace SigStat.Common.Algorithms.Distances
Classes
DtwDistance
Calculates the distance between two vector sequences using Dynamic Time Warping
EuclideanDistance
An abstract base class for the calculation of the distance of two entities (points, sequences etc.)
ManhattanDistance
An abstract base class for the calculation of the distance of two entities (points, sequences etc.)
Interfaces
IDistance<P>
An abstract base class for the calculation of the distance of two entities (points, sequences etc.)