|
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
)
Public Function Likelihood (
x As Double()
) As Double
Request Example
View SourceParameters
- x
- Type: SystemDouble
An observation.
Return Value
Type:
Double
The probability of
x occurring
in the weighted Gaussian distribution.
See Also