Table of Contents

Enum UnknownValueHandling

Namespace
AiDotNet.Preprocessing.Encoders
Assembly
AiDotNet.dll

Specifies how to handle unknown categories during transformation.

public enum UnknownValueHandling

Fields

Error = 0

Raise an error when an unknown category is encountered.

UseEncodedValue = 1

Use a specific value for unknown categories.