Hierarchical Cluster Class
Represents a cluster of cases in a cluster analysis.
Definition
Namespace: Extreme.Statistics.Multivariate
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public class HierarchicalCluster
- Inheritance
- Object → HierarchicalCluster
Remarks
Use the HierarchicalCluster class to access the properties of a cluster returned by a hierarchical cluster analysis. The HierarchicalClusterAnalysis class has a GetClusterPartition(Int32) method that returns a HierarchicalClusterCollection object.
A HierarchicalCluster object cannot be created independently. It is always created by the clustering algorithm. HierarchicalCluster objects are read-only.
Properties
Index | Gets the index of the cluster in the collection. |
Member | Gets a Filter that selects the members of the cluster. |
Root | Gets the DendrogramNode that is the root of the cluster. |
Size | Gets the number of observations in the cluster. |
Methods
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString |
Returns a string representation of the cluster.
(Overrides Object.ToString()) |