Click or drag to resize

ClusterAnalysis Properties

The ClusterAnalysis type exposes the following members.

Properties
 NameDescription
Public propertyCopheneticDistances Gets the vector of cophenetic distances between all possible object pairs.
Public propertyStatic memberDefaultDistanceFunction Gets and sets the default distance delegate associated with ClusterAnalysis objects.
Public propertyStatic memberDefaultLinkageFunction Gets and sets the default linkage delegate associated with ClusterAnalysis objects.
Public propertyDistanceFunction Gets and sets the distance measurement delegate used by this ClusterAnalysis instance to determine the distance between individual objects.
Public propertyDistances Gets the vector of distances between all possible object pairs, computed using the current distance delegate.
Public propertyLinkageFunction Gets and sets the linkage measurement delegate used by this ClusterAnalysis instance to determine the distance between clusters.
Public propertyLinkages Gets the complete hierarchical linkage tree, computed from Distances using the current linkage delegate.
Public propertyN Gets the total number of objects.
Top
See Also