Learn R Programming

echos (version 1.0.2)

is.esn: Checks if object is of class "esn"

Description

Returns TRUE if the object is of class "esn".

Usage

is.esn(object)

Value

Logical value. If TRUE, the object is of class "esn".

Arguments

object

object to be tested.

Examples

Run this code
xdata <- as.numeric(AirPassengers)
xmodel <- train_esn(y = xdata)
is.esn(xmodel)

Run the code above in your browser using DataLab