How to assign labels to a dataset using 'signalDatastore' object?
조회 수: 3 (최근 30일)
이전 댓글 표시
I have a dataset in a folder for classification purpose using crossentropy as loss function in deep learning. I need to add labels to my dataset. How can I do this? Whether signalDatastore object helps to assign labels like imageDatastore object?
댓글 수: 0
답변 (1개)
dpb
2024년 6월 24일
Not at all sure about what you mean by "object helps to assign labels like imageDatastore object".
signalDatastore <example> illustrates picking two variables out of a set of files; it does require you know what the desired variable names from the files are, but that seems like something would have to know, anyway.
But, there's also an example of programmatically return variable names from a .mat or text file under the SignalVariableNames parameter for files.
참고 항목
카테고리
Help Center 및 File Exchange에서 AI for Signals and Images에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!