IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Namespaces | |
namespace | Applications |
Classes | |
class | NeuralAllpicationCommands |
Commands for application's interpreter for neural networks. More... | |
interface | INeuralModel |
Interface for artificial neural network -based models that we can operate on. More... | |
class | NeuralApproximatorAforge |
Approximator of response by using neural networks, based on the AforgeDotNet library. $A Igor Mar11;. More... | |
interface | INeuralApproximator |
Approximator of response by using neural networks. $A Igor Mar11;. More... | |
class | NeuralApproximatorBase |
Base class for neural network approximators. More... | |
class | NeuralTrainingParameters |
Contains Parameters that define neural network architecture and trainig procedure, together with achieved results after training such as various error norms. Not thread safe! More... | |
class | NeuralTrainingLimits |
Contains Parameters that define neural network architecture limits and trainig parameter limits. Not thread safe! More... | |
class | NeuralTrainingTable |
Contains Parameters that define neural network architecture and trainig limits, together with achieved results after training such as various error norms. Not thread safe! More... | |
class | TestTrainingParametersComparers |
Class for testing of Comparers for NeuralTrainingParameters. More... | |
class | MapNeuralImputOutputElementDefinitionDto |
DTO (data transfer object) for neural data element mapping definition. More... | |
class | MapImputElementDefinitionDto |
DTO (data transfer object) for neural data input element mapping definition. More... | |
class | MapOutputElementDefinitionDto |
DTO (data transfer object) for neural data output element mapping definition. More... | |
class | MapDataDefinitionDto |
class | MappingDefinitionElement |
Base class for input or output data element mapping definition. More... | |
class | InputMappingDefinitionElement |
Input data element mapping definition for neural networks. More... | |
class | OutputMappingDefinitionElement |
Output data element mapping definition for neural networks. More... | |
class | MappingDefinition |
Definition of input and output data mapping. Contains Mapped and Original Index, descriptiove information about individual eleemnts of input and output and default valuess. $A Igor Jul 19; tako78 Jul 19. More... | |
interface | IDataMapper |
class | DataMapperIdentity |
class | DataMapperSimple |
class | NeuralTrainingParametersDto |
Transfer Object (DTO) for neural network training set. More... | |
class | NeuralTrainingLimitsDto |
Transfer Object (DTO) for neural network training limits. More... | |
class | NeuralTrainingTableDto |
Transfer Object (DTO) for neural network training results. More... | |
class | AnalysisFileServerNeural |
Class containing direct analysis (in optimization) based on neural network optimization. More... | |
class | NeuralFileConst |
Constants used in definition of neural networks approximation servers and clients working through file system. More... | |
class | NeuraApproximationFileManager |
File manager for neural network approximation file client and server. More... | |
class | MappingApproximationFileManager |
File manager for mapping file client and server. More... | |
class | ApproximationFileServerNeural |
Class for approximation file server. More... | |
class | MappingApproximationFileServerNeural |
Class for mapping file server. More... | |
class | NeuralApproximatorDtoBase |
A data transfer object (DTO) for neural approximation classes that implement the INeuralApproximator interface. $A Igor Mar11;. More... | |
class | NeuralApproximatorDtoBase |
A data transfer object (DTO) for neural approximation classes that implement the INeuralApproximator interface. $A Igor Mar11;. More... | |
class | NeuralApproximatorAForgeDto |
A data transfer object (DTO) for the NeuralApproximatorAforge class. $A Igor Mar11;. More... | |
class | Func2dFromApproximator |
Approximator function of 2 variables that is based on a general approximator function of vector argument. More... | |
class | NeuralApplicationCommandsTadej |
Commands for application's interpreter for neural networks. More... | |
class | NeuralTadej |