powered by
Produces a plot of the MLP network architecture.
# S3 method for mlp plot(x, r = 1, ...)
MLP network object, produced using mlp.
mlp
Ensemple member to plot.
Unused argument.
None. Function produces a plot.
elm, mlp.
elm
# NOT RUN { fit <- mlp(AirPassengers) print(fit) plot(fit) frc <- forecast(fit,h=36) plot(frc) # } # NOT RUN { # }
Run the code above in your browser using DataLab