The ClusterAnalysis type exposes the following members.

Constructors

  NameDescription
ClusterAnalysisOverloaded.

Methods

  NameDescription
Clone
Creates a deep copy of this cluster analysis.
CutTreeOverloaded.
Equals
Determines whether the specified Object is equal to the current Object.
(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
Returns a String that represents the current Object.
(Inherited from Object.)
UpdateOverloaded.

Properties

  NameDescription
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.

See Also