AdaBoost
Alpha Coefficient
The weight assigned to each weak classifier in the final AdaBoost model, calculated from its error rate using the formula α = 0.5 * ln((1-error)/error).
← ZurückThe weight assigned to each weak classifier in the final AdaBoost model, calculated from its error rate using the formula α = 0.5 * ln((1-error)/error).
← Zurück