Click or drag to resize
Accord.NET (logo)

GaussianClusterCollectionGaussianClusterLikelihood Method

Gets the probability density function of the underlying Gaussian probability distribution evaluated in point x.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public double Likelihood(
	double[] x
)
Request Example View Source

Parameters

x
Type: SystemDouble
An observation.

Return Value

Type: Double
The probability of x occurring in the weighted Gaussian distribution.
See Also