![]() |
SG++-Doxygen-Documentation
|
#include <cstring>#include <fstream>#include <iostream>#include <string>#include <vector>#include "sgpp/base/datatypes/DataMatrix.hpp"#include "sgpp/base/datatypes/DataVector.hpp"#include "sgpp/base/exception/application_exception.hpp"#include "sgpp/base/opencl/OCLOperationConfiguration.hpp"#include "sgpp/datadriven/application/LearnerScenario.hpp"#include "sgpp/datadriven/application/MetaLearner.hpp"#include "sgpp/datadriven/operation/hash/DatadrivenOperationCommon.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 alpha, 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::OCLMASKMP, sgpp::datadriven::OCLMP, chess::outFile, sgpp::datadriven::STREAMING, sgpp::datadriven::LearnerTiming::timeComplete_, verifyLearned(), and sgpp::base::operation_exception::what().
| void verifyLearned | ( | sgpp::datadriven::TestsetConfiguration & | testsetConfiguration, |
| DataVector & | alpha | ||
| ) |
| std::string baseFolder = "datadriven/performanceTests/scenarios/" |
Referenced by main().