HierarchicalClusteringOptions Constructor (Int32, Int32, Boolean) TIBCO Spotfire 7.12 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: 30.0.11525.4184 (30.0.11525.4184)
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: 7.9, 7.8, 7.7, 7.6, 7.5, 7.12, 7.11, 7.10, 7.0
See Also

Reference