mdentropy.core.binning.symbolic

mdentropy.core.binning.symbolic(n_bins, rng, *args)

Symbolic binning of data

Parameters:

rng : list of lists

List of min/max values for each dimention.

n_bins : int

Number of bins to use.

args : array_like, shape = (n_samples, )

Data of which to calculate entropy. Each array must have the same number of samples.

Returns:

counts : float