Holds the result status of the clustering calculation and
the row and column clustering results if these were computed.
Inheritance Hierarchy
Spotfire.Dxp.Data.Computations.ClusteringHierarchicalClusteringOutput
Namespace: Spotfire.Dxp.Data.Computations.Clustering
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
[SerializableAttribute] [ImmutableAttribute] [PersistenceVersionAttribute(6, 0)] public sealed class HierarchicalClusteringOutput : ISerializable
The HierarchicalClusteringOutput type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ColumnResult |
Holds the column clustering result as HierarchicalClusteringResult.
| |
| RowResult |
Holds the row clustering result as HierarchicalClusteringResult.
| |
| Status |
Holds the HierarchicalClusteringStatus.
|
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 | Populates a SerializationInfo with the data needed to serialize the target object. |
Version Information
See Also