Effacer les filtres
Effacer les filtres

How can I use random forest classifier with an excel file?

8 vues (au cours des 30 derniers jours)
Zara Khan
Zara Khan le 24 Sep 2018
I have prepared a data set in excel. Now how I will implement this in random forest classifier??
  2 commentaires
aepound
aepound le 24 Sep 2018
Modifié(e) : aepound le 24 Sep 2018
Look at these two functions and associated documentation:
and
Zara Khan
Zara Khan le 25 Sep 2018
It will be helpful if you explain this with an example.

Connectez-vous pour commenter.

Réponses (1)

Bernhard Suhm
Bernhard Suhm le 3 Oct 2018
Something like this:
data = xlsread('filename');
mdl = fitcensemble(data,'class');

Community Treasure Hunt

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

Start Hunting!

Translated by