Signal Labeller App / Machine Learning data format
古いコメントを表示
I have labelled a signal in the signal labeller app which provides me with ls (labeledSignalSet) but the classifier learner app will not accepet this format of data, only table or matrix. However it appears you cannot change a labelledSignalSet into a table or matrix) What is the best way to create a format with the signal in one column and the label in the other?
load('labeled23.mat')
load('lblDefs.mat')
[sd,ld] = createDatastores(ls,["Cycle"]);
lss = labeledSignalSet(sd,lblDefs)
回答 (1 件)
Pratyush Roy
2021 年 4 月 29 日
0 投票
Hi,
The getLabeledSignal function can convert a labelled signal set to a table. You can go through the documentation page for more details.
Hope this helps!
2 件のコメント
Thomas Wellsbury
2021 年 4 月 29 日
Frantz Bouchereau
2021 年 7 月 20 日
Thomas, you can use the signalMask object to convert region or interest labels to cateorical sequences with one label per sample.
カテゴリ
ヘルプ センター および File Exchange で Descriptive Statistics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!