HierarchicalClusteringOptions Constructor (Int32, Int32, Boolean) 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 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: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public HierarchicalClusteringOptions(
	int maximumThreadCount,
	int physicalMemoryLimitHintMegabytes,
	bool useSubProcess
)

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.
useSubProcess
Type: System Boolean
If true and a service provider is given separate process will be started for the clustering computation.
See Also