Table of Contents

Enum MEstimateHandleUnknown

Namespace
AiDotNet.Preprocessing.Encoders
Assembly
AiDotNet.dll

Specifies how to handle unknown categories in MEstimateEncoder.

public enum MEstimateHandleUnknown

Fields

Error = 1

Raise an error when an unknown category is encountered.

UseGlobalMean = 0

Use the global target mean for unknown categories.