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

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!!!

 Réponse acceptée

You can use the 'categorical' option to tell classregtree which columns to treat as categorical.

2 commentaires

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.
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.

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by