Muhammad Aasem
自 2012 起处于活动状态
Followers: 0 Following: 0
Research interest is in Decision Support Systems
Professional Interests: Fuzzy logic, Machine Learning
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...
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 前 | 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,...
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 前 | 1
提问
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 前 | 0 个回答 | 0