How to arrange data for time series classification learning
1 回表示 (過去 30 日間)
古いコメントを表示
I have several EMG recordings from test subjects (voltage as a function of time). That is, the data is time series data (see below).
Each recording is e.g. 27.000 samples long and correspond to a certain exercise which the subject performed. Each exercise has been recorded several times. So the exercise 'abduction' is e.g. a 27.000 x 10 matrix (10 repetitions of 27.000 samples). This is the case for all exercises.
I wanted to use the Matlab's classification learner app, but i struggle with how to arrange my data, so that the app will read it as: the response is the type of exercise (e.g. 'abduction') and the predictor is the 27.000 samples for each repetitions of the exercise.
Or am I going about this all wrong? As I understood it, each time instant is a variable, e.g. millisecond 1, millisecond 2, millisecond 3 etc. is a variable, yielding 27.000 variables. Should i use another application in matlab?
0 件のコメント
回答 (1 件)
Prashant Arora
2017 年 7 月 18 日
Hi Malte,
I believe you will need to pre-process the time series data to extract features for the classification learner. Some examples of features from time-series can be:
Minimum/Maximum, Means, Standard Deviations, Cross-Correlations etc.
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!