MachineIntelligenceCore:Visualization
|
![]() ![]() | |
![]() ![]() ![]() | An abstract class implementing basic functions for two-threaded, OpenGL-based applications. Introduces the execution phases that are typical for all learning/classification applications, imposes fine code granulation |
![]() ![]() ![]() ![]() | |
![]() ![]() ![]() ![]() | Parent class for all applications basing on episodes, without distinguising learning and training phases. Each episode will end when step will return false |
![]() ![]() ![]() ![]() | |
![]() ![]() | Class offering methods for drawing in OpenGL windows |
![]() ![]() ![]() | Parent class of all OpenGL-based windows (abstract) |
![]() ![]() ![]() ![]() | OpenGL-based window responsible for displaying data collected in DataCollector objects in the form of a chart |
![]() ![]() ![]() ![]() | OpenGL-based window responsible for displaying grayscale (singlechannel) batch in a window |
![]() ![]() ![]() ![]() | OpenGL-based window responsible for displaying 2D matrices |
![]() ![]() ![]() ![]() | OpenGL-based window responsible for displaying maze of digits (0-9) in a heat map-like form |
![]() ![]() ![]() ![]() | OpenGL-based window responsible for displaying a MNIST digit with a moving agent on top |
![]() ![]() ![]() ![]() | |
![]() ![]() ![]() ![]() | OpenGL-based window responsible for displaying RGB (three channel) batch in a window |
![]() ![]() | Class containing enumerators used in grayscale windows |
![]() ![]() ![]() | OpenGL-based window responsible for displaying grayscale (singlechannel) batch in a window |
![]() ![]() | |
![]() ![]() ![]() | Parent class of all OpenGL-based windows (abstract) |
![]() ![]() | Class containing enumerators used in windows displaying RGB images (tensors) |
![]() ![]() ![]() | OpenGL-based window responsible for displaying RGB (three channel) batch in a window |
![]() ![]() | Class responsible for management of all OpenGL windows - defined in the form of a singleton, with double-checked locking pattern (DCLP) based access to instance |