pub type SmallNonContiguousCategoricalEncoderModel<Symbol> = NonContiguousCategoricalEncoderModel<Symbol, u16, 12>;
Expand description

Type alias for a NonContiguousCategoricalEncoderModel optimized for compatibility with lookup decoder models.

See:

Aliased Type§

struct SmallNonContiguousCategoricalEncoderModel<Symbol> { /* private fields */ }