plotIterativeError: Plot iterative errors of an rsnns object

View source: R/reg_class.R

plotIterativeErrorR Documentation

Plot iterative errors of an rsnns object

Description

Plot the iterative training and test error of the net of this rsnns object.

Usage

plotIterativeError(object, ...)

## S3 method for class 'rsnns'
plotIterativeError(object, ...)

Arguments

object

a rsnns object

...

parameters passed to plot

Details

Plots (if present) the class members IterativeFitError (as black line) and IterativeTestError (as red line).


RSNNS documentation built on May 31, 2023, 5:43 p.m.