Community Profile

photo

Muhammad Aasem


Actif depuis 2012

Research interest is in Decision Support Systems
Professional Interests: Fuzzy logic, Machine Learning

Statistiques

  • First Answer

Afficher les badges

Content Feed

Afficher par

A répondu
Which MATLAB function is the best for building a decision tree with the CART algorithm?
use *classregtree* because it will be supported in the future. anyway. both will give you same result (treefit is now calling c...

presque 12 ans il y a | 0

A répondu
c4.5
I found the following source code for C4.5 algorithm. I hope it works for you: function test_targets = C4_5(train_patterns,...

presque 12 ans il y a | 1

Question


How to Interpret Decision tree into IF-THEN rules in matlab
|I can easily generate a decision tree from the following code:|*BOLD TEXT* load fisheriris; t = classregtree(meas...

presque 12 ans il y a | 1 réponse | 0

0

réponse