SG++-Doxygen-Documentation
learner.cpp File Reference
#include <boost/program_options.hpp>
#include <string>
#include <vector>
#include "sgpp/globaldef.hpp"
#include "sgpp/datadriven/application/MetaLearner.hpp"
#include "sgpp/datadriven/operation/hash/DatadrivenOperationCommon.hpp"

Namespaces

 sgpp
 This header contains some utility functions.
 
 sgpp::base
 
 sgpp::datadriven
 
 sgpp::solver
 

Enumerations

enum  sgpp::datadriven::LearnerMode { sgpp::datadriven::LearnerMode::LEARN, sgpp::datadriven::LearnerMode::LEARNCOMPARE, sgpp::datadriven::LearnerMode::LEARNTEST }
 

Functions

int main (int argc, char *argv[])
 
void sgpp::base::validate (boost::any &v, const std::vector< std::string > &values, sgpp::base::GridType *target_type, int)
 
void sgpp::solver::validate (boost::any &v, const std::vector< std::string > &values, sgpp::solver::SLESolverType *target_type, int)
 
void sgpp::datadriven::validate (boost::any &v, const std::vector< std::string > &values, sgpp::datadriven::OperationMultipleEvalType *target_type, int)
 
void sgpp::datadriven::validate (boost::any &v, const std::vector< std::string > &values, sgpp::datadriven::OperationMultipleEvalSubType *target_type, int)
 
void sgpp::datadriven::validate (boost::any &v, const std::vector< std::string > &values, sgpp::datadriven::LearnerMode *target_type, int)
 

Function Documentation

◆ main()