|
IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Command line application interpreter that contains some neural networks - related commands. More...
Inheritance diagram for IG::Lib::NeuralApplicationInterpreter:
Collaboration diagram for IG::Lib::NeuralApplicationInterpreter:Public Member Functions | |
| NeuralApplicationInterpreter () | |
| NeuralApplicationInterpreter (bool caseSensitive) | |
Protected Member Functions | |
| override string | CmdAbout (ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) |
| Execution method that prints some information about the application. | |
Command line application interpreter that contains some neural networks - related commands.
| IG::Lib::NeuralApplicationInterpreter::NeuralApplicationInterpreter | ( | ) | [inline] |
| IG::Lib::NeuralApplicationInterpreter::NeuralApplicationInterpreter | ( | bool | caseSensitive | ) | [inline] |
| override string IG::Lib::NeuralApplicationInterpreter::CmdAbout | ( | ICommandLineApplicationInterpreter | interpreter, |
| string | cmdName, | ||
| string[] | args | ||
| ) | [inline, protected, virtual] |
Execution method that prints some information about the application.
| interpreter | Interpreter on which commad is run. |
| cmdName | Command name. |
| args | Command arguments. |
Reimplemented from IG::Lib::CommandLineApplicationInterpreter.