How can I use random forest classifier with an excel file?
3 ビュー (過去 30 日間)
古いコメントを表示
I have prepared a data set in excel. Now how I will implement this in random forest classifier??
2 件のコメント
回答 (1 件)
Bernhard Suhm
2018 年 10 月 3 日
Something like this:
data = xlsread('filename');
mdl = fitcensemble(data,'class');
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!