|
IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Commands for application's interpreter for neural networks. More...
Inheritance diagram for IG::Neural::NeuralApplicationCommandsTadej:
Collaboration diagram for IG::Neural::NeuralApplicationCommandsTadej:Static Public Member Functions | |
| static new void | InstallCommands (ICommandLineApplicationInterpreter app) |
| Installs Tadej's commands for neural networks on the applications's command interpreter. | |
| static string | CmdExampleTadej (ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args) |
| Command. Example command for Tadej. | |
Commands for application's interpreter for neural networks.
$A Igor Apr11;
| static new void IG::Neural::NeuralApplicationCommandsTadej::InstallCommands | ( | ICommandLineApplicationInterpreter | app | ) | [inline, static] |
Installs Tadej's commands for neural networks on the applications's command interpreter.
Reimplemented from IG::Neural::NeuralAllpicationCommands.
| static string IG::Neural::NeuralApplicationCommandsTadej::CmdExampleTadej | ( | ICommandLineApplicationInterpreter | interpreter, |
| string | cmdName, | ||
| string[] | args | ||
| ) | [inline, static] |
Command. Example command for Tadej.
| interpreter | Interpreter on which commad is run. |
| cmdName | Command name. |
| args | Command arguments. |