Type Definition net_ensembles::sampling::HistUsize[][src]

pub type HistUsize = HistogramInt<usize>;
Expand description

Histogram for binning usize - alias for HistogramInt<usize>

  • you should use HistUsizeFast instead, if your bins are [left, left+1,..., right]