The documentation for functoin trainr of the package says
| Y |
array of output values, dim 1: samples (must be equal to dim 1 of X), dim 2: time (must be equal to dim 2 of X), dim 3: variables (could be 1 or more, if a matrix, will be coerce to array) |
| X |
array of input values, dim 1: samples, dim 2: time, dim 3: variables (could be 1 or more, if a matrix, will be coerce to array) |
What is exactly samples, time variables in dimensions? Is it a consideration for time series? How can I use my existing time series data for prediction?
The documentation for functoin trainr of the package says
What is exactly samples, time variables in dimensions? Is it a consideration for time series? How can I use my existing time series data for prediction?