NeurApp 1.1
NeurApp - software for exploring approximation by artificial neural networks on functions of one or two variables.
|
Plotter class for neural training results. More...
Public Member Functions | |
NeuralTrainingTablePlotter (NeuralTrainingTable resultsTable) | |
Constructs a new training results plotter for plotting the specified training results. | |
Protected Attributes | |
NeuralTrainingTable | _resultTable |
Properties | |
override NeuralTrainingParameters | Results [get, set] |
The current training results that are used for plotting by methods that refer to single results. | |
virtual NeuralTrainingTable | ResultTable [get, set] |
Table of training results that are used for plotting. |
Plotter class for neural training results.
$A Igor Sep12; Tako78 Sep12;
IG::Neural::NeuralTrainingTablePlotter::NeuralTrainingTablePlotter | ( | NeuralTrainingTable | resultsTable | ) | [inline] |
Constructs a new training results plotter for plotting the specified training results.
results | Table of results of training procedures. |
override NeuralTrainingParameters IG::Neural::NeuralTrainingTablePlotter::Results [get, set] |
The current training results that are used for plotting by methods that refer to single results.
Reimplemented from IG::Neural::NeuralTrainingResultsPlotter.
virtual NeuralTrainingTable IG::Neural::NeuralTrainingTablePlotter::ResultTable [get, set] |
Table of training results that are used for plotting.