Click or drag to resize

IDissimilarityMetricTInstanceCalculate Method

Calculates the distance between two instances according to this metric.

Namespace:  Aglomera
Assembly:  Aglomera (in Aglomera.dll) Version: 1.1.0
Syntax
C#
double Calculate(
	TInstance instance1,
	TInstance instance2
)
Request Example View Source

Parameters

instance1
Type: TInstance
The first instance.
instance2
Type: TInstance
The second instance.

Return Value

Type: Double
A value representing the distance between two instances according to this metric.
See Also