|
GaussianMixtureModelInitialize Method (Double, Double)
|
Initializes the model with initial values obtained
through a run of the K-Means clustering algorithm.
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public void Initialize(
double[][] data,
double[] weights
)
Public Sub Initialize (
data As Double()(),
weights As Double()
)
Request Example
View SourceParameters
- data
- Type: SystemDouble
- weights
- Type: SystemDouble
See Also