is.forecast_esn | R Documentation |
Returns TRUE
if the object is of class "forecast_esn".
is.forecast_esn(object)
object |
object to be tested. |
Logical value. If TRUE
, the object is of class "forecast_esn".
xdata <- as.numeric(AirPassengers)
xmodel <- train_esn(y = xdata)
xfcst <- forecast_esn(xmodel, n_ahead = 12)
is.forecast_esn(xfcst)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.