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

View source: R/methods-base.R

is.esnR Documentation

Checks if object is of class "esn"

Description

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

Usage

is.esn(object)

Arguments

object

object to be tested.

Value

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

Examples

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


ahaeusser/echos documentation built on June 2, 2025, 2:17 a.m.