HierarchicalClusteringCompute Method

Spotfire 14.3 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: 65.0.19510.3242 (65.0.19510.3242)
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: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference