Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

data
Type: SystemDouble
weights
Type: SystemDouble
See Also