hoi.core.entropy_bin# hoi.core.entropy_bin(x: array, base: int = 2) → array[source]# Entropy using binning. Parameters: xarray_likeInput data of shape (n_features, n_samples). The data should already be discretize baseint | 2The logarithmic base to use. Default is base 2. Returns: hxfloatEntropy of x (in bits)