Enum AdaBoostAlgorithm
AdaBoost algorithm variants.
public enum AdaBoostAlgorithm
Fields
SAMME = 0SAMME algorithm using discrete class predictions. Original AdaBoost algorithm.
SAMME_R = 1SAMME.R algorithm using probability estimates. Generally performs better than SAMME.