Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Reading nodes of a tree in MATLAb

Status
Not open for further replies.

logicpro9999

Newbie level 5
Newbie level 5
Joined
Apr 3, 2010
Messages
8
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
turkey
Activity points
1,329
How can I get the values and variables of nodes of a tree?
I create a tree with classregtree and want to find variables and values used in the
nodes.

tree1{t} = classregtree(rtrain_data:),1:numofattr),rtrain_data:),end),'method','classification','nvartosample',numofattr,'prune','off','mergeleaves','off');
I want to know what is in the nodes of this tree.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top