![]() |
SG++-Doxygen-Documentation
|
#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>
#include <cstring>
#include <fstream>
#include <iostream>
#include <string>
#include <vector>
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::MetaLearner::getLearnedAlpha(), sgpp::datadriven::MetaLearner::getLearnerTiming(), sgpp::datadriven::LearnerScenario::getSolverConfigurationFinal(), sgpp::datadriven::LearnerScenario::getSolverConfigurationRefine(), sgpp::datadriven::LearnerScenario::getTestsetConfiguration(), sgpp::datadriven::MetaLearner::learn(), sgpp::datadriven::OCLMASKMP, sgpp::datadriven::OCLMP, 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().