AgglomerativeClusteringAlgorithmTInstance Class | |
Namespace: Aglomera
public class AgglomerativeClusteringAlgorithm<TInstance> : IClusteringAlgorithm<TInstance> where TInstance : Object, IComparable<TInstance>
The AgglomerativeClusteringAlgorithmTInstance type exposes the following members.
| Name | Description | |
|---|---|---|
| AgglomerativeClusteringAlgorithmTInstance |
Creates a new instance of AgglomerativeClusteringAlgorithmTInstance with the given set of
instances and linkage
criterion.
|
| Name | Description | |
|---|---|---|
| LinkageCriterion |
Gets the ILinkageCriterionTInstance used by this algorithm to create the clusters.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| 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.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |