|
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
)
<ObsoleteAttribute("Please set the properties of this class directly and use Learn(double[]) instead.")>
Public Function Compute (
data As Double()(),
options As GaussianMixtureModelOptions
) As Double
Request Example
View SourceParameters
- data
- Type: SystemDouble
- options
- Type: Accord.MachineLearningGaussianMixtureModelOptions
Return Value
Type:
DoubleSee Also