powered by
Returns TRUE if the object is of class esn.
TRUE
esn
is.esn(object)
Logical value. If TRUE, the object is of class esn.
object to be tested.
Other base functions: forecast_esn(), is.forecast_esn(), is.tune_esn(), plot.esn(), plot.forecast_esn(), plot.tune_esn(), print.esn(), summary.esn(), summary.tune_esn(), train_esn(), tune_esn()
forecast_esn()
is.forecast_esn()
is.tune_esn()
plot.esn()
plot.forecast_esn()
plot.tune_esn()
print.esn()
summary.esn()
summary.tune_esn()
train_esn()
tune_esn()
xdata <- as.numeric(AirPassengers) xmodel <- train_esn(y = xdata) is.esn(xmodel)
Run the code above in your browser using DataLab