ClusterSetTInstance Class | |
Namespace: Aglomera
public class ClusterSet<TInstance> : IEnumerable<Cluster<TInstance>>, IEnumerable where TInstance : Object, IComparable<TInstance>
The ClusterSetTInstance type exposes the following members.
| Name | Description | |
|---|---|---|
| ClusterSetTInstance |
Creates a new ClusterSetTInstance with the given clusters and distance.
|
| Name | Description | |
|---|---|---|
| Count |
Gets the number of clusters.
| |
| Dissimilarity |
The minimum dissimilarity/distance at which the clusters were found.
| |
| Item |
Gets the cluster at the give index.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator | ||
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString |
Returns a string representation for the cluster-set in the form 'Dissimilarity {cluster1, cluster2, ...,
clusterN}'.
(Overrides ObjectToString.) | |
| ToString(Boolean) |
Returns a string representation for the cluster-set in the form 'Dissimilarity {cluster1, cluster2, ...,
clusterN}'. The presentation of the dissimilarity value is optional.
|