powered by
Produces a plot of the ELM network architecture.
# S3 method for elm plot(x, r = 1, ...)
None. Function produces a plot.
ELM network object, produced using elm.
elm
Ensemple member to plot.
Unused argument.
Nikolaos Kourentzes, nikolaos@kourentzes.com
elm, mlp.
mlp
# \dontshow{ fit <- elm(AirPassengers,reps=1) plot(fit) # } if (FALSE) { fit <- elm(AirPassengers) print(fit) plot(fit) frc <- forecast(fit,h=36) plot(frc) }
Run the code above in your browser using DataLab