HierarchicalClusteringCompute Method TIBCO Spotfire 7.12 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: 30.0.11525.4184 (30.0.11525.4184)
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.9, 7.8, 7.7, 7.6, 7.5, 7.12, 7.11, 7.10, 7.0
See Also

Reference