Click or drag to resize
Accord.NET (logo)

GaussianMixtureModelCompute Method (Double, GaussianMixtureModelOptions)

Note: This API is now obsolete.

Divides the input data into K clusters modeling each cluster as a multivariate Gaussian distribution.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please set the properties of this class directly and use Learn(double[]) instead.")]
public double Compute(
	double[][] data,
	GaussianMixtureModelOptions options
)
Request Example View Source

Parameters

data
Type: SystemDouble
options
Type: Accord.MachineLearningGaussianMixtureModelOptions

Return Value

Type: Double
See Also