How can I use random forest classifier with an excel file?
9 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have prepared a data set in excel. Now how I will implement this in random forest classifier??
2 Kommentare
Antworten (1)
Bernhard Suhm
am 3 Okt. 2018
Something like this:
data = xlsread('filename');
mdl = fitcensemble(data,'class');
0 Kommentare
Siehe auch
Kategorien
Mehr zu Classification Ensembles finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!