Holds the settings for a Hierarchical Clustering.
Inheritance Hierarchy
Spotfire.Dxp.Data.Computations.ClusteringHierarchicalClusteringSettings
Namespace: Spotfire.Dxp.Data.Computations.Clustering
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 69.0.21424.2902 (69.0.21424.2902)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(6, 0)] [ImmutableAttribute] public sealed class HierarchicalClusteringSettings : ISerializable
The HierarchicalClusteringSettings type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| HierarchicalClusteringSettings |
Constructs a clustering setting that can be used in either row or column clustering.
|
Properties
| Name | Description | |
|---|---|---|
| ClusteringMethod |
The ClusteringMethod that the clustering algorithm will use.
| |
| OrderingWeight |
The OrderingWeight that the clustering algorithm will use.
| |
| SimilarityDistanceMeasure |
The SimilarityDistanceMeasure that the clustering algorithm will use.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (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.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| ISerializableGetObjectData | Implements ISerializable. |
Remarks
Version Information
Supported in: 14.7, 14.6, 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also