C# Class numl.Math.Metrics.EuclidianDistance

An euclidian distance.
Inheritance: IDistance
Afficher le fichier Open project: sethjuarez/numl Class Usage Examples

Méthodes publiques

Méthode Description
Compute ( Vector x, Vector y ) : double

Computes.

Method Details

Compute() public méthode

Computes.
public Compute ( Vector x, Vector y ) : double
x numl.Math.LinearAlgebra.Vector The Vector to process.
y numl.Math.LinearAlgebra.Vector The Vector to process.
Résultat double