decision tree const. prob.

hello i have a problem about making a decision tree. i can make a decision tree via classregtree(X,y) . then it constructthe tree. but i want to get the the code that represents my tree. how can i get the code of tree ( not making by hand) ? thanks

1 件のコメント

Ah01mat
Ah01mat 2011 年 12 月 27 日
helppppp

サインインしてコメントする。

 採用された回答

Ilya
Ilya 2011 年 12 月 27 日

0 投票

Depends on what you mean by "code of the tree".
If you want to find classregtree code in your MATLAB install, type 'which classregtree'.
If you want to see pseudo-code for the tree, just display the tree in your command window.
If you want to convert this pseudo-code into a MATLAB script, you'd have to do it yourself. You could start by looking at the DISP method of classregtree (type 'which classregtree/disp'). It's the method that produces the pseudo-code you see in the command window.

その他の回答 (2 件)

Ah01mat
Ah01mat 2011 年 12 月 27 日

0 投票

im mean psudo code to matlab script . i guess i have to do it myself . i feel hopeless.

1 件のコメント

Ilya
Ilya 2011 年 12 月 27 日
This is a fairly simple project. Most of what you need is already in classregtree/disp.

サインインしてコメントする。

Tessy
Tessy 2011 年 12 月 29 日

0 投票

type in the matlab prompt :
edit classregtree
and you got the code.

1 件のコメント

Ah01mat
Ah01mat 2011 年 12 月 30 日
i dont want to see classregtree code i want t see my tree's code

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeMATLAB についてさらに検索

質問済み:

2011 年 12 月 27 日

Community Treasure Hunt

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

Start Hunting!

Translated by