HierarchicalClusteringOptions Constructor (Int32, Int32, Boolean)

TIBCO Spotfire 11.4 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: 51.0.16121.3915 (51.0.16121.3915)
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: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also

Reference