HierarchicalClusteringCompute Method TIBCO Spotfire 7.6 API Reference
Computes the Hierarchical clusterings requested in row and column settings.

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

C#
public static HierarchicalClusteringOutput Compute(
	DataRowReader matrixOfDoublesReader,
	HierarchicalClusteringSettings rowSettings,
	HierarchicalClusteringSettings columnSettings,
	HierarchicalClusteringOptions clusteringOptions
)

Parameters

matrixOfDoublesReader
Type: Spotfire.Dxp.DataDataRowReader
This DataRowReader must provide a matrix of doubles, without any missing values.
rowSettings
Type: Spotfire.Dxp.Data.Computations.ClusteringHierarchicalClusteringSettings
Clustering requested on the rows (null allowed if columnSettingsis not null).
columnSettings
Type: Spotfire.Dxp.Data.Computations.ClusteringHierarchicalClusteringSettings
Clustering requested on the columns (null allowed if rowSettingsis not null).
clusteringOptions
Type: Spotfire.Dxp.Data.Computations.ClusteringHierarchicalClusteringOptions
Options for thread and memory limits, as a ClusteringOptions object (null is allowed giving the same options as ClusteringOptions.Default).

Return Value

Type: HierarchicalClusteringOutput
A HierarchicalClusteringOutput object.
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference