IClusteringAlgorithmTInstance Interface | |
Namespace: Aglomera
public interface IClusteringAlgorithm<TInstance> where TInstance : Object, IComparable<TInstance>
The IClusteringAlgorithmTInstance type exposes the following members.
| Name | Description | |
|---|---|---|
| LinkageCriterion |
Gets the ILinkageCriterionTInstance used by this algorithm to create the clusters.
|
| Name | Description | |
|---|---|---|
| GetClustering(ISetTInstance) |
Clusters the set of TInstance given to the algorithm.
| |
| GetClustering(ClusterSetTInstance) |
Runs the clustering algorithm over the given ClusterSetTInstance.
| |
| GetClustering(IEnumerableClusterTInstance, Double) |
Runs the clustering algorithm over the set of given ClusterTInstance.
|