SG++-Doxygen-Documentation
|
#include <fstream>
#include <iostream>
#include <string>
#include "sgpp/datadriven/application/MetaLearner.hpp"
#include "sgpp/datadriven/operation/hash/DatadrivenOperationCommon.hpp"
#include "sgpp/base/opencl/OCLOperationConfiguration.hpp"
#include "sgpp/datadriven/application/LearnerScenario.hpp"
#include "sgpp/base/datatypes/DataMatrix.hpp"
#include "sgpp/base/datatypes/DataVector.hpp"
#include "sgpp/base/exception/application_exception.hpp"
Functions | |
int | main (int argc, char **argv) |
void | verifyLearned (sgpp::datadriven::TestsetConfiguration &testsetConfiguration, DataVector &alpha) |
Variables | |
std::string | baseFolder = "datadriven/performanceTests/scenarios/" |
int main | ( | int | argc, |
char ** | argv | ||
) |
References baseFolder, sgpp::datadriven::LearnerScenario::getAdaptivityConfiguration(), sgpp::datadriven::LearnerScenario::getDatasetFileName(), sgpp::datadriven::LearnerScenario::getGridConfig(), sgpp::datadriven::LearnerScenario::getLambda(), sgpp::datadriven::LearnerScenario::getSolverConfigurationFinal(), sgpp::datadriven::LearnerScenario::getSolverConfigurationRefine(), sgpp::datadriven::LearnerScenario::getTestsetConfiguration(), python.statsfileInfo::i, sgpp::datadriven::OCLMP, sgpp::datadriven::STREAMING, and sgpp::base::operation_exception::what().
void verifyLearned | ( | sgpp::datadriven::TestsetConfiguration & | testsetConfiguration, |
DataVector & | alpha | ||
) |
std::string baseFolder = "datadriven/performanceTests/scenarios/" |
Referenced by main().