Click or drag to resize

DistanceFunction Delegate

Functor that takes two vectors and returns a measure of the distance (similarity) between them.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public delegate double Function(
	DoubleVector data1,
	DoubleVector data2
)

Parameters

data1  DoubleVector
 
data2  DoubleVector
 

Return Value

Double
See Also