Filter löschen
Filter löschen

Classification learner app input issue

3 Ansichten (letzte 30 Tage)
Teik Jin Lim
Teik Jin Lim am 19 Jan. 2020
Kommentiert: Teik Jin Lim am 20 Jan. 2020
The Classification learner app is only able to add one csv file for each session. May I know how is it able to add several csv file in order to train the classifier ? Otherwise how can I combine few excel file into one to train the classifier ?
Any suggestion or I can do because my train set is around 500 images.

Antworten (1)

KSSV
KSSV am 20 Jan. 2020
Two options:
  1. Merge all the csv files into single csv file and load the data through csv file.
  2. Load each file data into workspace, merge all these data into single and load data through workspace.
  1 Kommentar
Teik Jin Lim
Teik Jin Lim am 20 Jan. 2020
If i choose method (1), will it mess up all the data and causing false input into the classification learner app ?
For method (2), how i load all and merge it into single data ? don really get it
Thank you in advance

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by