photo

Muhammad Aasem


Active since 2012

Followers: 0   Following: 0

Message

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

Statistics

MATLAB Answers

1 Question
2 Answers

RANK
20,686
of 300,392

REPUTATION
2

CONTRIBUTIONS
1 Question
2 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
1

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,373

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

  • First Answer

View badges

Feeds

View by

Answered
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...

13 years ago | 0

Answered
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,...

13 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...

13 years ago | 0 answers | 0

0

answers