|
GaussianMixtureModel Constructor (Int32)
|
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public GaussianMixtureModel(
int components
)
Public Sub New (
components As Integer
)
Request Example
View SourceParameters
- 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