How to apply majority voting for classification ensemble in Matlab? HOG-SVM & LBP-SVM

3 ビュー (過去 30 日間)
sun rise
sun rise 2022 年 3 月 12 日
load featurs_T
load featurs_S
load Group_Train
load Group_Test
result= multisvm(Feat1,Group_Train1,Feat2,Group_Test1);
%----------------------
load featurs_TLBP
load featurs_SLBP
load Group_Train
load Group_Test
result= multisvm(Feat1LBP,Group_Train1,Feat2LBP,Group_Test1);

回答 (0 件)

製品


リリース

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by