Table of Contents

Enum AdaBoostAlgorithm

Namespace
AiDotNet.Models.Options
Assembly
AiDotNet.dll

AdaBoost algorithm variants.

public enum AdaBoostAlgorithm

Fields

SAMME = 0

SAMME algorithm using discrete class predictions. Original AdaBoost algorithm.

SAMME_R = 1

SAMME.R algorithm using probability estimates. Generally performs better than SAMME.