Package jline.api.measures
Class Ms_entropy
java.lang.Object
jline.api.measures.Ms_entropy
-
Method Summary
Modifier and TypeMethodDescriptionstatic doublems_entropy(Matrix x) Compute entropy z=H(x) of a discrete variable x.
-
Method Details
-
ms_entropy
Compute entropy z=H(x) of a discrete variable x.- Parameters:
x- a matrix representing discrete values- Returns:
- entropy z=H(x)
-