Click or drag to resize

IDissimilarityMetricTInstance Interface

Represents an interface for metrics measuring the dissimilarity/distance between instances.

Namespace:  Aglomera
Assembly:  Aglomera (in Aglomera.dll) Version: 1.1.0
Syntax
C#
public interface IDissimilarityMetric<in TInstance>
Request Example View Source

Type Parameters

TInstance
The type of instance considered.

The IDissimilarityMetricTInstance type exposes the following members.

Methods
  NameDescription
Public methodCalculate
Calculates the distance between two instances according to this metric.
Top
See Also