Package jline.api.measures
Class Ms_entropyKt
-
- All Implemented Interfaces:
public final class Ms_entropyKt
-
-
Method Summary
Modifier and Type Method Description final static Double
ms_entropy(Matrix x)
Compute entropy z=H(x) of a discrete variable x. -
-
Method Detail
-
ms_entropy
final static Double ms_entropy(Matrix x)
Compute entropy z=H(x) of a discrete variable x.
- Parameters:
x
- a matrix representing discrete values- Returns:
entropy z=H(x)
-
-
-
-