|
GaussianClusterCollectionGaussianClusterDeviance Method
|
Gets the deviance of the points in relation to the cluster.
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public double Deviance(
double[] points
)
Public Function Deviance (
points As Double()
) As Double
Request Example
View SourceParameters
- points
- Type: SystemDouble
The input points.
Return Value
Type:
DoubleThe deviance, measured as -2 * the log-likelihood
of the input points in this cluster.
See Also