plot.mlp | R Documentation |
Produces a plot of the MLP network architecture.
## S3 method for class 'mlp'
plot(x, r = 1, ...)
x |
MLP network object, produced using |
r |
Ensemple member to plot. |
... |
Unused argument. |
None. Function produces a plot.
Neurons are coloured with "lightgrey"
. Seasonal dummies are coloured with "lightpink"
and xreg with "lightblue"
.
Nikolaos Kourentzes, nikolaos@kourentzes.com
elm
, mlp
.
## Not run:
fit <- mlp(AirPassengers)
print(fit)
plot(fit)
frc <- forecast(fit,h=36)
plot(frc)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.