init(inputWindowSize:forecastWindowSize:)
Creates a configuration.
Declaration
init(inputWindowSize: Int, forecastWindowSize: Int)Parameters
- inputWindowSize:
The number of input samples.
- forecastWindowSize:
The number prediction samples.
Creates a configuration.
init(inputWindowSize: Int, forecastWindowSize: Int)The number of input samples.
The number prediction samples.