 |
IDissimilarityMetricTInstanceCalculate Method |
Calculates the distance between two instances according to this metric.
Namespace:
Aglomera
Assembly:
Aglomera (in Aglomera.dll) Version: 1.1.0
Syntaxdouble Calculate(
TInstance instance1,
TInstance instance2
)
Request Example
View SourceParameters
- instance1
- Type: TInstance
The first instance. - instance2
- Type: TInstance
The second instance.
Return Value
Type:
DoubleA value representing the distance between two instances according to this metric.
See Also