HierarchicalClusteringResult Class TIBCO Spotfire 6.0 API Reference
ClusteringResult holds information how leaves and clusters are joined and on what height they are joined. The class also contains an index order how to sort the leaves to draw a dendrogram without crosssing. (The clustering information is in a format similar to the clustering result from hclust function in S-PLUS.)
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Data.Computations.Clustering HierarchicalClusteringResult

Namespace: Spotfire.Dxp.Data.Computations.Clustering
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

[SerializableAttribute]
[ImmutableAttribute]
[PersistenceVersionAttribute(6, 0)]
public sealed class HierarchicalClusteringResult : ISerializable, 
	IDataCacheValueType
See Also