Click or drag to resize
Accord.NET (logo)

MeasuresEntropy Method (Boolean, Boolean)

Computes the entropy function between an expected value and a predicted value.

Namespace:  Accord.Statistics
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static double Entropy(
	bool expected,
	bool predicted
)
Request Example View Source

Parameters

expected
Type: SystemBoolean
predicted
Type: SystemBoolean

Return Value

Type: Double
See Also