HierarchicalClusteringOptions Constructor (Int32, Int32, Boolean)

Spotfire 14.3 API Reference
Constructs a ClusteringOptions object with given limit on maximum threads allowed and a hint on maximum physical memory that should be used and if a subprocess should be used for the computation.

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 HierarchicalClusteringOptions(
	int maximumThreadCount,
	int physicalMemoryLimitHintMegabytes,
	bool useSubProcess
)

Parameters

maximumThreadCount
Type: SystemInt32
Maximumn number of threads allowed for the clusterig algorithm, 1 or more.
physicalMemoryLimitHintMegabytes
Type: SystemInt32
A limit hint on the number of megabytes physical memory allowed for the clustering algorithm.
useSubProcess
Type: SystemBoolean
If true and a service provider is given separate process will be started for the clustering computation.
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