The ClusterAnalysis type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ClusterAnalysis | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a deep copy of this cluster analysis.
| |
| CutTree | Overloaded. | |
| Equals | (Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) | |
| Update | Overloaded. |
Properties
| 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.
|