IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.

IG::Neural::NeuralAllpicationCommands Class Reference

Commands for application's interpreter for neural networks. More...

Inheritance diagram for IG::Neural::NeuralAllpicationCommands:

List of all members.

Static Public Member Functions

static void InstallCommands (ICommandLineApplicationInterpreter app)
 Installs Tadejcommands for neural networks on the applications's command interpreter.
static string cmdTestSerializationNeuralCSV (ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args)
 Tests serialization and deserialization of various data used in approximation by neural networks.
static string cmdTestSerializationNeural (ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args)
 Tests serialization and deserialization of various data used in approximation by neural networks.
static string CmdTestJson (ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args)
 Command. Tests speed of I/O in JSON format. A random matrix of specific size is randomly generated, read and written. Argumnets: filePath: file path numRows: number of rows of the matrix numColumnt: number of columns of the matrix.
static string CmdTestFormat (ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args)
 Command. Tests file formats. Attempsts to import the specified file in the specified format, then to export it under new name. Argumnets: format: file format specification. Not case sensitive. NeuralDataDefinition filePath: file path.
static string CmdSupplementNeuralDataDefinition (ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args)
 Command method that supplements neural input/output data definitions from training data (some values are inferred from data ranges in training data).
static string CmdNeuralClearMessages (ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args)
 Command. Clears all messages for neural network approximation file client/server.
static string CmdNeuralCalculateApproximationPlain (ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args)
 Command. Calculates approximation according to input parameters written in a file, and outputs resulting approximated values to a file. This command loads a neural network from the specified file, reads input parameters from another file, and writes output parameters to the third file. The first argument is the neural network file, the second is file with input parameters, and the third is file where approximated output values willl be written.
static string CmdNeuralCalculateApproximationServer (ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args)
 Command. Calculates approximation according to input parameters written in a file, and outputs resulting approximated values to a file. The only argument is the client/server working directory.
static string CmdNeuralCalculateApproximationClient (ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args)
 Command. Sends request to a server to calculate an approximation. The first argument is the client/server working directory, the second is file with input parameters, and the third is file where approximated output values willl be written.
static string CmdNeuralCalculateMappingApproximationServer (ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args)
 Command. Calculates mapping + approximation according to reduced input parameters written in a file, and outputs resulting approximated values to a file. The only argument is the client/server working directory.
static string CmdNeuralCalculateMappingApproximationClient (ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args)
 Command. Sends request to a server to calculate mapping + approximation. The first argument is the client/server working directory, the second is file with reduced input parameters, and the third is file where approximated reduced output values willl be written.
static string CmdExampleNeural (ICommandLineApplicationInterpreter interpreter, string cmdName, string[] args)
 Command. Example command for Tadej.

Detailed Description

Commands for application's interpreter for neural networks.

$A Igor Apr11;


Member Function Documentation

static void IG::Neural::NeuralAllpicationCommands::InstallCommands ( ICommandLineApplicationInterpreter  app) [inline, static]

Installs Tadejcommands for neural networks on the applications's command interpreter.

Reimplemented in IG::Neural::NeuralApplicationCommandsTadej.

static string IG::Neural::NeuralAllpicationCommands::cmdTestSerializationNeuralCSV ( ICommandLineApplicationInterpreter  interpreter,
string  cmdName,
string[]  args 
) [inline, static]

Tests serialization and deserialization of various data used in approximation by neural networks.

Parameters:
interpreterInterpreter on which commad is run.
cmdNameCommand name.
argsCommand arguments.

Tako78 7.Jul

static string IG::Neural::NeuralAllpicationCommands::cmdTestSerializationNeural ( ICommandLineApplicationInterpreter  interpreter,
string  cmdName,
string[]  args 
) [inline, static]

Tests serialization and deserialization of various data used in approximation by neural networks.

Parameters:
interpreterInterpreter on which commad is run.
cmdNameCommand name.
argsCommand arguments.

Tako78 7.Jul

static string IG::Neural::NeuralAllpicationCommands::CmdTestJson ( ICommandLineApplicationInterpreter  interpreter,
string  cmdName,
string[]  args 
) [inline, static]

Command. Tests speed of I/O in JSON format. A random matrix of specific size is randomly generated, read and written. Argumnets: filePath: file path numRows: number of rows of the matrix numColumnt: number of columns of the matrix.

Parameters:
interpreterInterpreter on which commad is run.
cmdNameCommand name.
argsCommand arguments.
Returns:
Format of the file if test was performed, null otherwise.
static string IG::Neural::NeuralAllpicationCommands::CmdTestFormat ( ICommandLineApplicationInterpreter  interpreter,
string  cmdName,
string[]  args 
) [inline, static]

Command. Tests file formats. Attempsts to import the specified file in the specified format, then to export it under new name. Argumnets: format: file format specification. Not case sensitive. NeuralDataDefinition filePath: file path.

Parameters:
interpreterInterpreter on which commad is run.
cmdNameCommand name.
argsCommand arguments.
Returns:
Format of the file if test was performed, null otherwise.
static string IG::Neural::NeuralAllpicationCommands::CmdSupplementNeuralDataDefinition ( ICommandLineApplicationInterpreter  interpreter,
string  cmdName,
string[]  args 
) [inline, static]

Command method that supplements neural input/output data definitions from training data (some values are inferred from data ranges in training data).

Parameters:
interpreterInterpreter on which commad is run.
cmdNameCommand name.
argsCommand arguments.
static string IG::Neural::NeuralAllpicationCommands::CmdNeuralClearMessages ( ICommandLineApplicationInterpreter  interpreter,
string  cmdName,
string[]  args 
) [inline, static]

Command. Clears all messages for neural network approximation file client/server.

Parameters:
interpreterInterpreter on which commad is run.
cmdNameCommand name.
argsCommand arguments.
Returns:
Null.
static string IG::Neural::NeuralAllpicationCommands::CmdNeuralCalculateApproximationPlain ( ICommandLineApplicationInterpreter  interpreter,
string  cmdName,
string[]  args 
) [inline, static]

Command. Calculates approximation according to input parameters written in a file, and outputs resulting approximated values to a file. This command loads a neural network from the specified file, reads input parameters from another file, and writes output parameters to the third file. The first argument is the neural network file, the second is file with input parameters, and the third is file where approximated output values willl be written.

Parameters:
cmdNameCommand name.
argsCommand arguments.
Returns:
Null.

Interpreter command. Calculates approximation according to input parameters written in a file, and outputs resulting approximated values to a file. This command loads a neural network from the specified file, reads input parameters from another file, and writes the calculated output values to the third file. The first argument is the neural network file, the second is file with input parameters, and the third is file where approximated output values willl be written.

Parameters:
interpreterInterpreter on which commad is run.
cmdNameCommand name.
argsCommand arguments.
Returns:
Null.
static string IG::Neural::NeuralAllpicationCommands::CmdNeuralCalculateApproximationServer ( ICommandLineApplicationInterpreter  interpreter,
string  cmdName,
string[]  args 
) [inline, static]

Command. Calculates approximation according to input parameters written in a file, and outputs resulting approximated values to a file. The only argument is the client/server working directory.

Parameters:
interpreterInterpreter on which commad is run.
cmdNameCommand name.
argsCommand arguments.
Returns:
Null.
static string IG::Neural::NeuralAllpicationCommands::CmdNeuralCalculateApproximationClient ( ICommandLineApplicationInterpreter  interpreter,
string  cmdName,
string[]  args 
) [inline, static]

Command. Sends request to a server to calculate an approximation. The first argument is the client/server working directory, the second is file with input parameters, and the third is file where approximated output values willl be written.

Parameters:
interpreterInterpreter on which commad is run.
cmdNameCommand name.
argsCommand arguments.
Returns:
Null.
static string IG::Neural::NeuralAllpicationCommands::CmdNeuralCalculateMappingApproximationServer ( ICommandLineApplicationInterpreter  interpreter,
string  cmdName,
string[]  args 
) [inline, static]

Command. Calculates mapping + approximation according to reduced input parameters written in a file, and outputs resulting approximated values to a file. The only argument is the client/server working directory.

Parameters:
interpreterInterpreter on which commad is run.
cmdNameCommand name.
argsCommand arguments.
Returns:
Null.

$A tako78 Jul.21

static string IG::Neural::NeuralAllpicationCommands::CmdNeuralCalculateMappingApproximationClient ( ICommandLineApplicationInterpreter  interpreter,
string  cmdName,
string[]  args 
) [inline, static]

Command. Sends request to a server to calculate mapping + approximation. The first argument is the client/server working directory, the second is file with reduced input parameters, and the third is file where approximated reduced output values willl be written.

Parameters:
interpreterInterpreter on which commad is run.
cmdNameCommand name.
argsCommand arguments.
Returns:
Null.

$A tako78 Jul.21

static string IG::Neural::NeuralAllpicationCommands::CmdExampleNeural ( ICommandLineApplicationInterpreter  interpreter,
string  cmdName,
string[]  args 
) [inline, static]

Command. Example command for Tadej.

Parameters:
interpreterInterpreter on which commad is run.
cmdNameCommand name.
argsCommand arguments.
Returns:
Format of the file if test was performed, null otherwise.

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties Events