Loading multiple datasets to the classification learner app

조회 수: 9 (최근 30일)
Guy Nir
Guy Nir 2020년 6월 16일
댓글: Guy Nir 2020년 8월 18일
I am using the classification learner app. My data is clusters of x,y,z points. My goal is to train the model to say whether the shape that these points make is what I defined as shape '0' or '1'. How do I load multiple, but separate datasets? That is, in each experiment I generate points that make up shape '0' or '1'. Now I want to take several experiments, and load to the classification learner. Obviously I need the learner to know that each experiment is by itself, so it can collect the shapes from each experiment.

답변 (1개)

Aditya Patil
Aditya Patil 2020년 8월 18일
Combine the datasets together, either as a table or as a matrix, and load it into classification learner. More details on using classification learner app are available here.
  댓글 수: 3
Aditya Patil
Aditya Patil 2020년 8월 18일
In that case, you can train the model seperately for each dataset. Alternately, if each dataset is actually an entry, then reshape the dataset to be single row, and then combine the datasets. That way, the app will be able to recognise them all as separate entries.
Guy Nir
Guy Nir 2020년 8월 18일
Interesting! I’ll try the single-rows entry.
Thank you, Guy

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Classification Learner App에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by