plot.elm: Plot ELM network.

Description Usage Arguments Value Note Author(s) See Also Examples

View source: R/plot.net.R

Description

Produces a plot of the ELM network architecture.

Usage

1
2
## S3 method for class 'elm'
plot(x, r = 1, ...)

Arguments

x

ELM network object, produced using elm.

r

Ensemple member to plot.

...

Unused argument.

Value

None. Function produces a plot.

Note

Neurons are coloured with "lightgrey". Seasonal dummies are coloured with "lightpink" and xreg with "lightblue".

Author(s)

Nikolaos Kourentzes, nikolaos@kourentzes.com

See Also

elm, mlp.

Examples

1
2
3
4
5
6
7
8
## Not run: 
 fit <- elm(AirPassengers)
 print(fit)
 plot(fit)
 frc <- forecast(fit,h=36)
 plot(frc)

## End(Not run)

dacronje-quant/Forecasted-Portfolio-Optimisation documentation built on Nov. 4, 2019, 9:36 a.m.