HierarchicalClusteringOptions Constructor (Int32, Int32) TIBCO Spotfire 7.6 API Reference

Note: This API is now obsolete.

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: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
[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: 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.
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.6
Obsolete (compiler warning) in 7.5
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

Reference