![]() |
SG++-Doxygen-Documentation
|
This is the complete list of members for sgpp::datadriven::LearnerBaseSP, including all inherited members.
| alpha_ | sgpp::datadriven::LearnerBaseSP | protected |
| createDMSystem(sgpp::base::DataMatrixSP &trainDataset, float lambdaRegularization)=0 | sgpp::datadriven::LearnerBaseSP | protectedpure virtual |
| dumpFunction(std::string tFilename, size_t resolution) | sgpp::datadriven::LearnerBaseSP | |
| dumpGrid(std::string tFilename) | sgpp::datadriven::LearnerBaseSP | |
| execTime_ | sgpp::datadriven::LearnerBaseSP | protected |
| GByte_ | sgpp::datadriven::LearnerBaseSP | protected |
| getAccuracy(sgpp::base::DataMatrixSP &testDataset, const sgpp::base::DataVectorSP &classesReference, const float threshold=0.0) | sgpp::datadriven::LearnerBaseSP | virtual |
| getAccuracy(const sgpp::base::DataVectorSP &classesComputed, const sgpp::base::DataVectorSP &classesReference, const float threshold=0.0) | sgpp::datadriven::LearnerBaseSP | virtual |
| getCassificatorQuality(sgpp::base::DataMatrixSP &testDataset, const sgpp::base::DataVectorSP &classesReference, const float threshold=0.0) | sgpp::datadriven::LearnerBaseSP | virtual |
| getCassificatorQuality(const sgpp::base::DataVectorSP &classesComputed, const sgpp::base::DataVectorSP &classesReference, const float threshold=0.0) | sgpp::datadriven::LearnerBaseSP | virtual |
| getIsRegression() const | sgpp::datadriven::LearnerBaseSP | |
| getIsVerbose() const | sgpp::datadriven::LearnerBaseSP | |
| GFlop_ | sgpp::datadriven::LearnerBaseSP | protected |
| grid_ | sgpp::datadriven::LearnerBaseSP | protected |
| InitializeGrid(const sgpp::base::RegularGridConfiguration &GridConfig) | sgpp::datadriven::LearnerBaseSP | protectedvirtual |
| isRegression_ | sgpp::datadriven::LearnerBaseSP | protected |
| isTrained_ | sgpp::datadriven::LearnerBaseSP | protected |
| isVerbose_ | sgpp::datadriven::LearnerBaseSP | protected |
| LearnerBaseSP(const bool isRegression, const bool isVerbose=true) | sgpp::datadriven::LearnerBaseSP | explicit |
| LearnerBaseSP(std::string tGridFilename, std::string tAlphaFilename, const bool isRegression, const bool isVerbose=true) | sgpp::datadriven::LearnerBaseSP | |
| LearnerBaseSP(const LearnerBaseSP ©Me) | sgpp::datadriven::LearnerBaseSP | |
| postProcessing(const sgpp::base::DataMatrixSP &trainDataset, const sgpp::solver::SLESolverType &solver, const size_t numNeededIterations) | sgpp::datadriven::LearnerBaseSP | protectedvirtual |
| predict(sgpp::base::DataMatrixSP &testDataset) | sgpp::datadriven::LearnerBaseSP | virtual |
| preProcessing() | sgpp::datadriven::LearnerBaseSP | protectedvirtual |
| setIsVerbose(const bool isVerbose) | sgpp::datadriven::LearnerBaseSP | |
| store(std::string tGridFilename, std::string tAlphaFilename) | sgpp::datadriven::LearnerBaseSP | |
| train(sgpp::base::DataMatrixSP &testDataset, sgpp::base::DataVectorSP &classes, const sgpp::base::RegularGridConfiguration &GridConfig, const sgpp::solver::SLESolverSPConfiguration &SolverConfigRefine, const sgpp::solver::SLESolverSPConfiguration &SolverConfigFinal, const sgpp::base::AdaptivityConfiguration &AdaptConfig, bool testAccDuringAdapt, const float lambdaRegularization) | sgpp::datadriven::LearnerBaseSP | virtual |
| train(sgpp::base::DataMatrixSP &testDataset, sgpp::base::DataVectorSP &classes, const sgpp::base::RegularGridConfiguration &GridConfig, const sgpp::solver::SLESolverSPConfiguration &SolverConfig, const float lambdaRegularization) | sgpp::datadriven::LearnerBaseSP | |
| ~LearnerBaseSP() | sgpp::datadriven::LearnerBaseSP | virtual |