|
GaussianClusterCollection Constructor
|
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public GaussianClusterCollection(
int components
)
Public Sub New (
components As Integer
)
Request Example
View SourceParameters
- components
- Type: SystemInt32
The number of components in the mixture.
See Also