SG++-Doxygen-Documentation
Loading...
Searching...
No Matches
sgpp::datadriven::VisualizationGeneralConfig Struct Reference

#include <VisualizationGeneralConfig.hpp>

Public Attributes

std::vector< std::string > algorithm_ = std::vector<std::string>()
 The list of algorithms to use in the visualization Module.
 
bool crossValidation_ = false
 Flag that tells if cross validation is enabled.
 
bool execute_ = false
 Variable to determine if its executes visualization Module or not.
 
size_t numBatches_ = 1
 Number of batches after which to execute the visualization Module a 1 means every batch.
 
std::string targetDirectory_ = ""
 The path to the file which will store the output of the visualization module.
 
VisualizationFileType targetFileType_ = VisualizationFileType::json
 The filetype in which to store the output of the visualization module.
 

Member Data Documentation

◆ algorithm_

std::vector<std::string> sgpp::datadriven::VisualizationGeneralConfig::algorithm_ = std::vector<std::string>()

◆ crossValidation_

bool sgpp::datadriven::VisualizationGeneralConfig::crossValidation_ = false

◆ execute_

bool sgpp::datadriven::VisualizationGeneralConfig::execute_ = false

◆ numBatches_

size_t sgpp::datadriven::VisualizationGeneralConfig::numBatches_ = 1

◆ targetDirectory_

std::string sgpp::datadriven::VisualizationGeneralConfig::targetDirectory_ = ""

◆ targetFileType_


The documentation for this struct was generated from the following file: