Classification Learner - importing character variables?

3 views (last 30 days)
Hello there, I hope someone here can help me with a probably trivial problem. I want to use the Classification Learner App. I have a dataset with a numerical response (years) and a number of character variables as predictors or, if possible, a mix of numerical and character variables as predictors. It seems like the Classification Learner App doesn't recognize character variables and I can't the the app to import my predictor variables. Does anyone have a solution for this??
Cheers Niclas

Accepted Answer

Shruti Sapre
Shruti Sapre on 2 Sep 2015
Hi Niclas,
I was looking at the documentation page, and it mentions that the predictors cannot be of any type other than numeric. I was trying a few examples and it allows an import only with numeric data types. Here is the documentation link that explains the same:
You may have to edit the predictors to be numeric, or maybe you could take in the numeric values of the character predictors.
Hope this helps!
-Shruti
  1 Comment
areeba  irfan
areeba irfan on 3 Nov 2016
plz anyone tell me how to import pakage classification tool on matlab i have installed this pakage but not import or include on matlab plz help me ..... email: areebairfan2015@gmail.com

Sign in to comment.

More Answers (1)

geetu yadav
geetu yadav on 9 May 2016
hi can u help me how to import data in classification learner app for plant disease detection for training and classification using features values.i have feature values for all images in dataset for training.but do not know about how to use response? should i add extra column from wrkspace for response?
  1 Comment
Niclas Scott
Niclas Scott on 10 May 2016
Hello Geetu
You have to import your response as a separate file, so you have an input array of X rows and Y columns, and a response of X rows.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!