Cluster |
The ClusterAnalysis type exposes the following members.
| Name | Description | |
|---|---|---|
| CopheneticDistances | Gets the vector of cophenetic distances between all possible object pairs. | |
| DefaultDistanceFunction | Gets and sets the default distance delegate associated with ClusterAnalysis objects. | |
| DefaultLinkageFunction | Gets and sets the default linkage delegate associated with ClusterAnalysis objects. | |
| DistanceFunction | Gets and sets the distance measurement delegate used by this ClusterAnalysis instance to determine the distance between individual objects. | |
| Distances | Gets the vector of distances between all possible object pairs, computed using the current distance delegate. | |
| LinkageFunction | Gets and sets the linkage measurement delegate used by this ClusterAnalysis instance to determine the distance between clusters. | |
| Linkages | Gets the complete hierarchical linkage tree, computed from Distances using the current linkage delegate. | |
| N | Gets the total number of objects. |