Click or drag to resize
Accord.NET (logo)

GaussianMixtureModel Constructor (Int32)

Initializes a new instance of the GaussianMixtureModel class.

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

Parameters

components
Type: SystemInt32
The number of clusters in the clustering problem. This will be used to set the number of components in the mixture model.
See Also