![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2973380.jpg)
Muhammad Aasem
Followers: 0 Following: 0
Research interest is in Decision Support Systems
Professional Interests: Fuzzy logic, Machine Learning
Statistics
RANK
20,681
of 297,016
REPUTATION
2
CONTRIBUTIONS
1 Question
2 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
1
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF 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...
12 years ago | 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,...
12 years ago | 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...
12 years ago | 0 answers | 0