definition of score when using "predict" on trained adaBoostM1
조회 수: 2 (최근 30일)
이전 댓글 표시
I am using fitensemble to train adaBoost. ('AdaBoostM1'). I can't understand how exactly do they calculate the score in [lbl,score] = predict(ClassTreeEns,X); Is this the value of the classic adaBoost? as in the value of F(x), where F(x)=sigma(alpha_t*f_t(x)), where F is the strong classifier and f_t are the weak classifiers and alpha_t are the weights? I can't find the exact definition of score anywhere in Matlab documentation..
댓글 수: 0
답변 (1개)
Ilya
2016년 6월 15일
Going to MATLAB online doc, typing 'AdaBoost" in the search box and then selecting the 3rd match brings me to this page:
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Classification에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!