SG++-Doxygen-Documentation
Loading...
Searching...
No Matches
sgpp::datadriven::VisualizerDummy Class Reference

#include <VisualizerDummy.hpp>

Inheritance diagram for sgpp::datadriven::VisualizerDummy:
sgpp::datadriven::Visualizer

Public Member Functions

void runVisualization (ModelFittingBase &model, DataSource &dataSource, size_t fold, size_t batch) override
 Method to run the visualization process for a given batch and fold.
 
 VisualizerDummy ()=default
 Default constructor.
 
 ~VisualizerDummy () override=default
 Default destructor.
 
- Public Member Functions inherited from sgpp::datadriven::Visualizer
const VisualizerConfigurationgetVisualizerConfiguration () const
 Get the configuration of the visualizer object.
 
 Visualizer ()
 
virtual ~Visualizer ()=default
 Virtual destructor.
 

Additional Inherited Members

- Protected Member Functions inherited from sgpp::datadriven::Visualizer
void createFolder (std::string folder_path)
 Method to create a folder based on the operating system of the user.
 
- Protected Attributes inherited from sgpp::datadriven::Visualizer
VisualizerConfiguration config
 Configuration object for the fitter.
 
std::string currentDirectory
 Variable to store the current folder in which the visualizer is working on.
 
DataMatrix originalData
 Matrix to store the data from the datasource.
 
size_t resolution
 Resolution used in the graphs.
 
DataMatrix tsneCompressedData
 Matrix to store the data provided by the tsne algorithm.
 

Constructor & Destructor Documentation

◆ VisualizerDummy()

sgpp::datadriven::VisualizerDummy::VisualizerDummy ( )
default

Default constructor.

◆ ~VisualizerDummy()

sgpp::datadriven::VisualizerDummy::~VisualizerDummy ( )
overridedefault

Default destructor.

Member Function Documentation

◆ runVisualization()

void sgpp::datadriven::VisualizerDummy::runVisualization ( ModelFittingBase model,
DataSource dataSource,
size_t  fold,
size_t  batch 
)
overridevirtual

Method to run the visualization process for a given batch and fold.

Parameters
modelThe model used to evaluate the visualization
dataSourceThe datasource from where the data points are obtained
foldThe current fold being processed
batchThe current batch being processed

Implements sgpp::datadriven::Visualizer.


The documentation for this class was generated from the following files: