powered by
Returns TRUE if the object is of class "forecast_esn".
TRUE
is.forecast_esn(object)
Logical value. If TRUE, the object is of class "forecast_esn".
object to be tested.
xdata <- as.numeric(AirPassengers) xmodel <- train_esn(y = xdata) xfcst <- forecast_esn(xmodel, n_ahead = 12) is.forecast_esn(xfcst)
Run the code above in your browser using DataLab