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

Namespaces

namespace  sgpp
 Class that stores, generates and manipulates a density function during online phase in on/off learning.
 
namespace  sgpp::base
 
namespace  sgpp::datadriven
 
namespace  sgpp::solver
 

Enumerations

enum class  sgpp::datadriven::LearnerMode { sgpp::datadriven::LEARN , sgpp::datadriven::LEARNCOMPARE , sgpp::datadriven::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::datadriven::validate (boost::any &v, const std::vector< std::string > &values, sgpp::datadriven::LearnerMode *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::OperationMultipleEvalType *target_type, int)
 
void sgpp::solver::validate (boost::any &v, const std::vector< std::string > &values, sgpp::solver::SLESolverType *target_type, int)
 

Function Documentation

◆ main()