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