C# Class numl.Math.Metrics.EuclidianDistance

An euclidian distance.
Inheritance: IDistance
Show file Open project: sethjuarez/numl Class Usage Examples

Public Methods

Method Description
Compute ( Vector x, Vector y ) : double

Computes.

Method Details

Compute() public method

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.
return double