Muhammad Aasem
Followers: 0 Following: 0
Research interest is in Decision Support Systems
Professional Interests: Fuzzy logic, Machine Learning
Statistiques
RANG
20 674
of 294 641
RÉPUTATION
2
CONTRIBUTIONS
1 Question
2 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
1
RANG
of 20 133
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 152 147
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
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...
plus de 12 ans il y a | 0
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,...
plus de 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...
plus de 12 ans il y a | 1 réponse | 0