Numerix v0.6.0 Numerix.Distance View Source

Distance functions between two vectors.

Link to this section Summary

Functions

The Euclidean distance between two vectors.

The Jaccard distance (1 - Jaccard index) between two vectors.

The Manhattan distance between two vectors.

The Minkowski distance between two vectors.

Mean squared error, the average of the squares of the errors betwen two vectors, i.e. the difference between predicted and actual values.

The Pearson's distance between two vectors.

Root mean square error of two vectors, or simply the square root of mean squared error of the same set of values. It is a measure of the differences between predicted and actual values.

Link to this section Functions

The Euclidean distance between two vectors.

The Jaccard distance (1 - Jaccard index) between two vectors.

The Manhattan distance between two vectors.

The Minkowski distance between two vectors.

Mean squared error, the average of the squares of the errors betwen two vectors, i.e. the difference between predicted and actual values.

The Pearson's distance between two vectors.

Root mean square error of two vectors, or simply the square root of mean squared error of the same set of values. It is a measure of the differences between predicted and actual values.