scalation.modeling.forecasting.neuralforecasting.RNN
See theRNN companion class
The RNN
companion object provides factory methods.
Attributes
-
Companion
-
class
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
Create a RNN
with automatic rescaling from a data matrix and response matrix.
Create a RNN
with automatic rescaling from a data matrix and response matrix.
Value parameters
-
fname
-
the feature/variable names
-
n_mem
-
the size of the hidden state (dimensionality of memory)
-
x
-
the input/data matrix
-
y
-
the output/response matrix
Attributes