Package jline.api.measures
Class Ms_condentropyKt
-
- All Implemented Interfaces:
public final class Ms_condentropyKt
-
-
Method Summary
Modifier and Type Method Description final static Double
ms_condentropy(Matrix x, Matrix y)
Compute conditional entropy z=H(x|y) of two discrete variables x and y. -
-
Method Detail
-
ms_condentropy
final static Double ms_condentropy(Matrix x, Matrix y)
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)
-
-
-
-