Click or drag to resize
Accord.NET (logo)

GaussianMixtureModelCompute Method (Double, Double)

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 tolerance threshold using the Tolerance property and use Compute(double[]) instead.")]
public double Compute(
	double[][] data,
	double threshold
)
Request Example View Source

Parameters

data
Type: SystemDouble
threshold
Type: SystemDouble

Return Value

Type: Double
See Also