plotIterativeError | R Documentation |
Plot the iterative training and test error of the net of this rsnns
object.
plotIterativeError(object, ...)
## S3 method for class 'rsnns'
plotIterativeError(object, ...)
object |
a rsnns object |
... |
parameters passed to |
Plots (if present) the class members IterativeFitError
(as black line) and
IterativeTestError
(as red line).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.