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

pub type HistI32 = HistogramInt<i32>;
Expand description

Histogram for binning i32 - alias for HistogramInt<i32>

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