Learn R Programming

RSNNS (version 0.4-1)

plotIterativeError: 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
the object to which to apply plotIterativeError
...
additional function parameters

Details

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