how to implement the output of decision tree built using the ctree (party
package)?
I have built a decision tree using the ctree function via party package.
it has 1700 nodes. Firstly, is there a way in ctree to give the 'maxdepth'
value.I tried control_ctree option but, it threw some error message saying
couldnt find ctree function.
Also, how can I consume the output of this tree?. How can it be
implemented for other platforms like SAS or SQL. I also have another doubt
as to what does the value "* weights = 4349 " at the end of the node
signify. How will I know, that which terminal node votes for which
predicted value.
P.S. i am a new R user.
No comments:
Post a Comment