HierarchicalClusteringOptions Constructor (Int32, Int32) TIBCO Spotfire 7.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: 18.10.8513.5432 (18.10.8513.5432)
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.
Version Information

Obsolete (compiler warning) in 7.0
Obsolete (compiler warning) in 6.5
Obsolete (compiler warning) in 6.0
Obsolete (compiler warning) in 5.5
Obsolete (compiler warning) in 5.0
See Also