Extract Cell Array from Varying Sequence Length Dataset
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi,
does anyone here know how the Cell Array in the JapanesVowels Dateset is extracted from the Dataset. I have a similar Problem and want to classify a Dataset of varying length sequences but i dont know how to extract the data into such a cell Array
You can find the Cell Arry by using this Command in Matlab Online.
[XTrain,YTrain] = japaneseVowelsTrainData;
It uses the following Dataset
https://archive.ics.uci.edu/ml/datasets/Japanese+Vowels
댓글 수: 0
답변 (1개)
Gaurav Garg
2021년 3월 30일
Hi,
The Japanese vowels training set contains 270 sequences. Each sequence has 12 feature dimensions and a variable sequence length. Responses are a categorical vector of labels "1","2",...,"9", which correspond to nine speakers.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!