HierarchicalClusteringOptions Constructor (Int32, Int32, Boolean) TIBCO Spotfire 7.6 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: 25.11.10401.3615 (25.11.10401.3615)
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.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference