Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
numl
Math
Metrics
ManhattanDistance
C# Class numl.Math.Metrics.ManhattanDistance
A manhattan distance.
Inheritance:
IDistance
Exibir arquivo
Open project: sethjuarez/numl
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