How can I import dataset to Classification Learner App?

I'am using R2015b and when I try to import my dataset with new session button I can't see it at workspace list. Also I can't see cell arrays, uint8 or uint16 variables. I built my data set with following code:
chart=['X'; 'Y'; 'R'; 'G'; 'B'];
chart=cellstr(chart);
massDataset=dataset({massData2,chart{:}}, categorical(label));
At this code size of massData2 is 10000x5 double, with this code I add a 10000x1 categorical label column into it. massData2 consists of an indexed images RGB values and its X,Y positions. My purpose is plot an SVM respect to X and Y axis and each R,G and B values considered as predict data, also label as response. It can't be sufficiant for classify for an image but I have to do this. So, how can I import my data?

 採用された回答

Sean de Wolski
Sean de Wolski 2016 年 4 月 25 日

1 投票

Use a table instead of a dataset. Then the app will automatically understand it.
doc datset2table
doc table

3 件のコメント

Aliyar Gunes
Aliyar Gunes 2016 年 4 月 25 日
It works. Thank you.
areeba  irfan
areeba irfan 2016 年 11 月 12 日
plz tell me how to import classification learner app on matlab 2014b ? i have installed this tool but not include on matlab app. plz tell me awaiting ur reply as soon as.... email:areebairfan2015@gmail.com
Sean de Wolski
Sean de Wolski 2016 年 11 月 28 日
Upgrade to a newer release that has the app.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeGet Started with Statistics and Machine Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by