Click or drag to resize
Accord.NET (logo)

GaussianClusterCollectionDeviance Method

Gets the deviance of the points in relation to the model.

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

Parameters

points
Type: SystemDouble
The input points.

Return Value

Type: Double
The deviance, measured as -2 * the log-likelihood of the input points.
See Also