NeurApp 1.1
NeurApp - software for exploring approximation by artificial neural networks on functions of one or two variables.
|
Commands for application's interpreter for neural networks. More...
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. |