Click or drag to resize
Accord.NET (logo)

GaussianClusterCollection Constructor

Initializes a new instance of the GaussianClusterCollection class.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public GaussianClusterCollection(
	int components
)
Request Example View Source

Parameters

components
Type: SystemInt32
The number of components in the mixture.
See Also