Hey,

I've build random forest using Matlab Machine-Learning Toolbox Function (treeBagger). I've computed several kinematic features like velocity or acceleration as predictors (24 predictors) for different distinct classes (4) from short video clips (48). Right now I'm using e.g the average velocity for each video as input to train the model and it works quite well.

However, I am trying to construct a random forest with preserving time information. So, instead of using one average value for the different predictors I would like to use the time series e.g velocity profile (100 Hz * 4s = 400 datapoints) as input to train the algorithm. I want to use the time dimension to preserve the explicit ordering of the data points to provide additional/important information to the learning algorithm.

I have read the Matlab documentation and could not find a hint there.

I've tried differnt matrices or cell arrays as input for the treeBagger trainingsdata.

I hope you get the point or understand my struggle :D

Thanks for answers or work-around-suggestions.

Best regards

More Johannes Keck's questions See All
Similar questions and discussions