Module syntaxdot_encoders::categorical
source · Expand description
Categorical variable encoder
Structs
An encoder wrapper that encodes/decodes to a categorical label.
An immutable categorical variable numberer.
A mutable categorical variable numberer using interior mutability.
Traits
Number a categorical variable.
Type Definitions
An immutable categorical encoder
A mutable categorical encoder