plot.ANN: Plot training and validation loss

View source: R/plotting.R

plot.ANNR 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 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


ANN2 documentation built on Nov. 5, 2025, 6:22 p.m.