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 use Learn(x) instead.")]
public int[] Compute(
	double[][] data,
	double[] weights
)
Request Example View Source

Parameters

data
Type: SystemDouble
weights
Type: SystemDouble

Return Value

Type: Int32

Implements

IClusteringAlgorithmTData, TWeightsCompute(TData, TWeights)
See Also