How to use clssregtree function for a mixture of conitious and categorical explanatory variables?

10 views (last 30 days)
I am using classregtree function, i have my explanatory variables as a mixture of categorical and numerical. How can i run classregtree with such data. If i try converting the categorical variables as numbers the function is treating the variables as continious instead of categorical. Please Help!!!

Accepted Answer

Tom Lane
Tom Lane on 26 May 2012
You can use the 'categorical' option to tell classregtree which columns to treat as categorical.
  2 Comments
vijay sabawat
vijay sabawat on 29 May 2012
Thanks Tom!! I have one more question..
Is there a way to store the classregtree object (i mean the t = classregtree(x,y), t) Can we save "t" and retrieve to use in other datasets.
Tom Lane
Tom Lane on 29 May 2012
You can use t with other datasets. You can use the save command to save it in a .mat file, along with any other workspace variables you choose to save.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!