[][src]Type Definition sticker_encoders::categorical::ImmutableCategoricalEncoder

type ImmutableCategoricalEncoder<E, V> = CategoricalEncoder<E, V, ImmutableNumberer<V>>;

An immutable categorical encoder

This encoder does not add new encodings to the encoder. If the number of an unknown encoding is looked up, the special value 0 is used.