Click or drag to resize

IClusteringAlgorithmTInstance Interface

Represents an interface for hierarchical agglomerative clustering algorithms.

Namespace:  Aglomera
Assembly:  Aglomera (in Aglomera.dll) Version: 1.1.0
Syntax
C#
public interface IClusteringAlgorithm<TInstance>
where TInstance : Object, IComparable<TInstance>
Request Example View Source

Type Parameters

TInstance
The type of instance considered.

The IClusteringAlgorithmTInstance type exposes the following members.

Properties
Methods
See Also