HierarchicalClusteringOptions Constructor (Int32, Int32) TIBCO Spotfire 6.0 API Reference
Constructs a ClusteringOptions object with given limit on maximum threads allowed and a hint on maximum physical memory that should be used.

Namespace: Spotfire.Dxp.Data.Computations.Clustering
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

[ObsoleteAttribute("Use: HierarchicalClusteringOptions(int maximumThreadCount, int physicalMemoryLimitHintMegabytes, bool useSubProcess, IServiceProvider serviceProvider) to run Hierarchical clustering in a subprocess.")]
public HierarchicalClusteringOptions(
	int maximumThreadCount,
	int physicalMemoryLimitHintMegabytes
)

Parameters

maximumThreadCount
Type: System Int32
Maximumn number of threads allowed for the clusterig algorithm, 1 or more.
physicalMemoryLimitHintMegabytes
Type: System Int32
A limit hint on the number of megabytes physical memory allowed for the clustering algorithm.
Remarks

Using this constructor gives a clustering option that does not start the clustering in a sub-process.
See Also