C# Class numl.Math.Metrics.HammingDistance

A hamming distance.
Inheritance: IDistance
ファイルを表示 Open project: sethjuarez/numl

Public Methods

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

Computes.

Method Details

Compute() public method

Computes.
Thrown when the requested operation is invalid.
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