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