|
static void | PlotCompleteConvergence (NeuralTrainingParameters results) |
|
static void | PlotCompleteConvergenceMax (NeuralTrainingParameters results) |
|
static void | PlotCompleteConvergenceRms (NeuralTrainingParameters results) |
|
static void | ExampleConvergence (NeuralTrainingParameters results) |
|
virtual void | PlotConvergenceTrainingRms (int whichOutput) |
| Plots a convergence plot for the specified list of errors of the current training results. More...
|
|
virtual void | PlotConvergenceTrainingRms (int whichOutput, string errorsName, string outputName) |
| Plots a convergence plot for the specified list of errors of the current training results. More...
|
|
virtual void | PlotConvergenceTrainingMax (int whichOutput) |
| Plots a convergence plot for the specified list of errors of the current training results. More...
|
|
virtual void | PlotConvergenceTrainingMax (int whichOutput, string errorsName, string outputName) |
| Plots a convergence plot for the specified list of errors of the current training results. More...
|
|
virtual void | PlotConvergenceVerificationRms (int whichOutput) |
| Plots a convergence plot for the specified list of errors of the current verification results. More...
|
|
virtual void | PlotConvergenceVerificationRms (int whichOutput, string errorsName, string outputName) |
| Plots a convergence plot for the specified list of errors of the current verification results. More...
|
|
virtual void | PlotConvergenceVerificationMax (int whichOutput) |
| Plots a convergence plot for the specified list of errors of the current training results. More...
|
|
virtual void | PlotConvergenceVerificationMax (int whichOutput, string errorsName, string outputName) |
| Plots a convergence plot for the specified list of errors of the current training results. More...
|
|
virtual void | PlotConvergence (List< IVector > errors, int whichOutput, string errorName, string outputName) |
| Plots a convergence plot for the specified list of errors of the current training results. More...
|
|
virtual void | PlotConvergenceMax (int whichOutput) |
| Plots a convergence plot for all maximum lists of errors of the current training results. More...
|
|
virtual void | PlotConvergenceMax (int whichOutput, string outputName) |
| Plots a convergence plot all maximum lists of errors of the current training results. More...
|
|
virtual void | PlotConvergenceRms (int whichOutput) |
| Plots a convergence plot for Rms lists of errors of the current training results. More...
|
|
virtual void | PlotConvergenceRms (int whichOutput, string outputName) |
| Plots a convergence plot for the Rms lists of errors of the current training results. More...
|
|
Plotter class for neural training results.
$A Igor Sep12; Tako78 Sep12;