Learn R Programming

echos (version 1.0.3)

summary.esn: Provide a detailed summary of the trained ESN model

Description

Provide a detailed summary of the trained ESN model.

Usage

# S3 method for esn
summary(object, ...)

Value

Print detailed model summary.

Arguments

object

An object of class esn. The result of a call to train_esn().

...

Currently not in use.

See Also

Other base functions: forecast_esn(), is.esn(), is.forecast_esn(), is.tune_esn(), plot.esn(), plot.forecast_esn(), plot.tune_esn(), print.esn(), summary.tune_esn(), train_esn(), tune_esn()

Examples

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

Run the code above in your browser using DataLab