HierarchicalClusteringCompute Method

TIBCO Spotfire 11.4 API Reference
Computes the Hierarchical clustering requested in row and column settings.

Namespace:  Spotfire.Dxp.Data.Computations.Clustering
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
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: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also

Reference