BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
|
CBatchSizeGen | Generator of the size of the next point batch |
▼CCleaner | A piece of cache that keeps track of the dirty status |
CRawDataStats | Statistics from the untransformed dataset |
▼CSweeper | A piece of multi-object cache |
CColorData | Storage of the color data |
CScaledData | Storage of the scaled data |
CScatterModel | Model of the two-dimensional data points |
CTransData | Storage of the transformed data |
CClusterData | Storage of data used for cluster coloring |
▼CDirt | A piece of dirt for dirtying the caches |
▼CDirts | Multi-piece cache-dirtying object |
CDataModel | Storage of data from loaded input file |
CScaledData | Storage of the scaled data |
CTransData | Storage of the transformed data |
CLandmarkModel | Model of the high- and low-dimensional landmarks |
CRawDataStats | Statistics from the untransformed dataset |
Cdist_id | |
CEmbedSOMConstants< F > | |
CEmbedSOMCUDAContext | Data context wrapper for CUDA EmbedSOM |
CEstimator | |
▼Cstd::exception | |
CCudaError | Helper exception for throwing sensible CUDA errors |
CFrameStats | |
CGladWrapper | Wrapper of the GLAD library |
CGlfwWrapper | Wrapper of the Glfw library |
CGraphLayoutData | Data for landmark graph layouting algorithm using forces |
CGraphRenderer | Renderer of the 2D landmark graph |
CImGuiWrapper | Wrapper of the ImGui |
CInputData | Input events data storage |
CInputHandler | Handler of input events |
CKeyboardData | Keyboard events data storage |
CKMeansData | Structure for storing the kmeans-style data |
Cknn_entry< F > | A structure for packing neighbor index and distance for kNN search |
Cknn_entry< float > | |
CKnnEdgesData | |
CMouseData | Mouse events data storage |
CNeighborScoreStorage< F > | Helper structure to help transform neighbor distances to scores |
▼COrderWithCmpSwap< T > | Wrapped compare and swap-to-correct-order function |
CComparatorPolicy< T > | Comparator policy that automatically chooses a good implementation |
COrderWithMinMax< T > | Min-max-into-ordering function |
▼COrderWithMinMax< float > | |
CComparatorPolicy< float > | |
CRectangleIndexer | Type tag for indexing by small rectangles |
CRenderer | Handles rendering of the graph and scatter plot and handles IO |
CScaleConfig | Configuration of the single-dimension scaling |
CScatterRenderer | Renderer of the 2D data points |
CShader | Abstracts working with shaders |
CSharedNeighborStorage< F > | Helper structure to transform neighbor distances to scores |
Cdistfs::sqeucl | |
CState | Storage of data of used algorithms and input events |
CTextureRenderer | Takes care of the rendering to the texture and then rendering the texture to the screen |
CTimer | Handler for frametime computation |
CTrainingConfig | Storage of the dynamic parameters of the algorithms that are set in the GUI by user |
CTransConfig | Configuration of single-dimension transformation |
CTSNELayoutData | A context structure for tSNE computation |
CUiColorSettings | ImGUI handler for rendering the color settings window |
CUiLoader | ImGUI handler for rendering the open file dialog window |
CUiMenu | ImGUI handler for rendering main menu window |
CUiRenderer | Renderer of the objects that are needed in the user interaction with the dataset |
CUiSaver | ImGUI handler for rendering the save file window |
CUiScaler | ImGUI handler for rendering the scale&transform window |
CUiTrainingSettings | ImGUI handler for rendering the training settings window |
CVec< N, T > | |
CVec< 2, double > | |
CVec< 2, float > | |
CVec< 4, double > | |
CVec< 4, float > | |
CView | A small utility class that manages the viewport coordinates, together with the virtual "camera" position and zoom |