How to Interpret Decision tree into IF-THEN rules in matlab

10 ビュー (過去 30 日間)
Muhammad Aasem
Muhammad Aasem 2012 年 5 月 25 日
コメント済み: Abolfazl Nejatian 2017 年 11 月 29 日
I can easily generate a decision tree from the following code:*BOLD TEXT*
load fisheriris;
t = classregtree(meas,species,'names',{'SL' 'SW' 'PL' 'PW'});
view(t);
But I could not found any way to interpret the tree t into a matrix through which I could make IF-THEN rules so that the antencident and decendent could be used for fuzzification process. Can anyone please help me in this regard..

回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by