pub type DefaultContiguousCategoricalEntropyModel<Table = Vec<u32>> = ContiguousCategoricalEntropyModel<u32, Table, 24>;
Expand description

Aliased Type§

struct DefaultContiguousCategoricalEntropyModel<Table = Vec<u32>> { /* private fields */ }