How to implement classification in Matlab?
조회 수: 1 (최근 30일)
이전 댓글 표시
I've found that after feature selection I can use classification algorithm to specify the class(label) of each sample, In my research I'm using multiple classifiers or classification ensemble for stability of the project, I know that we use multiple classifiers to enhance the classification's strength and use the power of multiple classifiers, I wanted to ask how to implement this in matlab in the right way? because in matlab help I studied about fitcensemble function that combines multiple dicision trees and also I studied about classification learner app in the app menue in matlab, besides I think maybe I should use coding and generate codes wich include each classification algorithm code, I wanted to ask what is the routine procedure and the best methode that programmers usually use for classification ensemble? I'll be very grateful to have your opinions?
댓글 수: 1
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Classification Ensembles에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!