plot.ANN: Plot training and validation loss

Description Usage Arguments Details Value

View source: R/plotting.R

Description

plot Generate plots of the loss against epochs

Usage

1
2
## S3 method for class 'ANN'
plot(x, max.points = 1000, ...)

Arguments

x

Object of class ANN

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


bflammers/ANN2 documentation built on Feb. 5, 2021, 9:10 a.m.