|
MachineIntelligenceCore:Toolchain
|

Files | |
| file | Application.cpp [code] |
| Contains definition of methods of the base Application class. | |
| file | Application.hpp [code] |
| Contains declaration of a base class for all applications. | |
| file | ApplicationFactory.cpp [code] |
| Contains definition of application factory methods. | |
| file | ApplicationFactory.hpp [code] |
| Contains declaration of application factory, used by common main files for initialization of application objects. | |
| file | ApplicationState.cpp [code] |
| ApplicationState definition. | |
| file | ApplicationState.hpp [code] |
| ApplicationState declaration. | |
| file | ContinuousLearningApplication.cpp [code] |
| Contains definition of methods of continuous learning base application type. | |
| file | ContinuousLearningApplication.hpp [code] |
| Contains declaration of a base class for all continuous learning type applications. | |
| file | EpisodicTrainAndTestApplication.cpp [code] |
| Contains definition of methods of episodic learning application base class. | |
| file | EpisodicTrainAndTestApplication.hpp [code] |
| Contains declaration of a base class for all episodic learning type applications. | |
| file | KeyHandlerRegistry.cpp [code] |
| Definition of methods of abstract KeyHandlerRegistry class responsible for handling the keypressed callbacks. | |
| file | KeyHandlerRegistry.hpp [code] |
| Contains declaration of the abstract KeyHandlerRegistry class responsible for handling the keypressed callbacks. | |
| file | TrainThenTestApplication.cpp [code] |
| Contains definition of methods of train-then-test base application class. | |
| file | TrainThenTestApplication.hpp [code] |
| Contains declaration of a base class for all train-then-test type applications. | |