MachineIntelligenceCore:Visualization
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
\Nmic
 \NopenglContains classess and tools related to visualization with OpenGl
  oNapplicationNamespace contains classess useful for creation of OpenGL-based applications
  |oCOpenGLApplicationAn 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
  |oCOpenGLContinuousLearningApplication
  |oCOpenGLEpisodicApplicationParent class for all applications basing on episodes, without distinguising learning and training phases. Each episode will end when step will return false
  |\COpenGLTrainThenTestApplication
  \NvisualizationContains classess and tools related to visualization of input data, SDRs etc
   oCDrawingUtilsClass offering methods for drawing in OpenGL windows
   oCWindowParent class of all OpenGL-based windows (abstract)
   oCWindowCollectorChartOpenGL-based window responsible for displaying data collected in DataCollector objects in the form of a chart
   oCGrayscaleClass containing enumerators used in grayscale windows
   oCWindowGrayscaleBatchOpenGL-based window responsible for displaying grayscale (singlechannel) batch in a window
   oCWindowManagerClass responsible for management of all OpenGL windows - defined in the form of a singleton, with double-checked locking pattern (DCLP) based access to instance
   oCWindowMatrix2DOpenGL-based window responsible for displaying 2D matrices
   oCWindowMazeOfDigitsOpenGL-based window responsible for displaying maze of digits (0-9) in a heat map-like form
   oCWindowMNISTDigitOpenGL-based window responsible for displaying a MNIST digit with a moving agent on top
   oCWindowProbability
   oCRGBClass containing enumerators used in windows displaying RGB images (tensors)
   \CWindowRGBTensorOpenGL-based window responsible for displaying RGB (three channel) batch in a window