plot.ANN {ANN2} | R Documentation |
Plot training and validation loss
Description
plot
Generate plots of the loss against epochs
Usage
## S3 method for class 'ANN'
plot(x, max.points = 1000, ...)
Arguments
x |
Object of class |
max.points |
Maximum number of points to plot, set to NA, NULL or Inf to include all points in the plot |
... |
further arguments to be passed to plot |
Details
A generic function for plot loss of neural net
Value
Plots
[Package ANN2 version 2.3.4 Index]