Package jline.api.measures
Class Ms_condentropy
java.lang.Object
jline.api.measures.Ms_condentropy
-
Method Summary
Modifier and TypeMethodDescriptionstatic doublems_condentropy(Matrix x, Matrix y) Compute conditional entropy z=H(x|y) of two discrete variables x and y.
-
Method Details
-
ms_condentropy
Compute conditional entropy z=H(x|y) of two discrete variables x and y.- Parameters:
x- first matrixy- second matrix of the same length- Returns:
- conditional entropy z=H(x|y)
-