plotIterativeError: Plot the iterative training and test error of the net of this rsnns object.
Description
Plot the iterative training and test error of the net of this rsnns object.Usage
plotIterativeError(object, ...)
## S3 method for class 'reg_class':
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).