Enum EncodeMode
- Namespace
- AiDotNet.Preprocessing.Discretizers
- Assembly
- AiDotNet.dll
Specifies how to encode the discretized features.
public enum EncodeMode
Fields
Normalized = 1Returns bin indices as float values scaled to [0, 1].
Ordinal = 0Returns ordinal integers (0, 1, 2, ..., n_bins-1).