Table of Contents

Enum EncodeMode

Namespace
AiDotNet.Preprocessing.Discretizers
Assembly
AiDotNet.dll

Specifies how to encode the discretized features.

public enum EncodeMode

Fields

Normalized = 1

Returns bin indices as float values scaled to [0, 1].

Ordinal = 0

Returns ordinal integers (0, 1, 2, ..., n_bins-1).