SG++-Doxygen-Documentation
|
This is the complete list of members for sgpp::datadriven::LearnerLeastSquaresIdentity, including all inherited members.
alpha | sgpp::datadriven::LearnerBase | protected |
createDMSystem(sgpp::base::DataMatrix &trainDataset, double lambda) override | sgpp::datadriven::LearnerLeastSquaresIdentity | protectedvirtual |
currentRefinementStep | sgpp::datadriven::LearnerBase | protected |
dumpFunction(std::string tFilename, size_t resolution) | sgpp::datadriven::LearnerBase | |
dumpGrid(std::string tFilename) | sgpp::datadriven::LearnerBase | |
execTime | sgpp::datadriven::LearnerBase | protected |
GByte | sgpp::datadriven::LearnerBase | protected |
getAccuracy(sgpp::base::DataMatrix &testDataset, const sgpp::base::DataVector &classesReference, const double threshold=0.0) | sgpp::datadriven::LearnerBase | virtual |
getAccuracy(const sgpp::base::DataVector &classesComputed, const sgpp::base::DataVector &classesReference, const double threshold=0.0) | sgpp::datadriven::LearnerBase | virtual |
getAlpha() | sgpp::datadriven::LearnerBase | |
getCassificatorQuality(sgpp::base::DataMatrix &testDataset, const sgpp::base::DataVector &classesReference, const double threshold=0.0) | sgpp::datadriven::LearnerBase | virtual |
getCassificatorQuality(const sgpp::base::DataVector &classesComputed, const sgpp::base::DataVector &classesReference, const double threshold=0.0) | sgpp::datadriven::LearnerBase | virtual |
getGrid() | sgpp::datadriven::LearnerBase | |
getIsRegression() const | sgpp::datadriven::LearnerBase | |
getIsVerbose() const | sgpp::datadriven::LearnerBase | |
getRefinementExecTimes() | sgpp::datadriven::LearnerLeastSquaresIdentity | |
GFlop | sgpp::datadriven::LearnerBase | protected |
grid | sgpp::datadriven::LearnerBase | protected |
InitializeGrid(const sgpp::base::RegularGridConfiguration &GridConfig) | sgpp::datadriven::LearnerBase | protectedvirtual |
isRegression | sgpp::datadriven::LearnerBase | protected |
isTrained | sgpp::datadriven::LearnerBase | protected |
isVerbose | sgpp::datadriven::LearnerBase | protected |
LearnerBase(const bool isRegression, const bool isVerbose=true) | sgpp::datadriven::LearnerBase | explicit |
LearnerBase(const LearnerBase ©Me) | sgpp::datadriven::LearnerBase | |
LearnerLeastSquaresIdentity(const bool isRegression, const bool isVerbose=true) | sgpp::datadriven::LearnerLeastSquaresIdentity | explicit |
multTranspose(sgpp::base::DataMatrix &dataset, sgpp::base::DataVector &multiplier, sgpp::base::DataVector &result) override | sgpp::datadriven::LearnerLeastSquaresIdentity | virtual |
postProcessing(const sgpp::base::DataMatrix &trainDataset, const sgpp::solver::SLESolverType &solver, const size_t numNeededIterations) override | sgpp::datadriven::LearnerLeastSquaresIdentity | protectedvirtual |
predict(sgpp::base::DataMatrix &testDataset, sgpp::base::DataVector &classesComputed) override | sgpp::datadriven::LearnerLeastSquaresIdentity | virtual |
preProcessing() | sgpp::datadriven::LearnerBase | protectedvirtual |
reuseCoefficients | sgpp::datadriven::LearnerBase | protected |
setImplementation(sgpp::datadriven::OperationMultipleEvalConfiguration operationConfiguration) | sgpp::datadriven::LearnerLeastSquaresIdentity | inline |
setIsVerbose(const bool isVerbose) | sgpp::datadriven::LearnerBase | |
setReuseCoefficients(bool reuseCoefficients) | sgpp::datadriven::LearnerBase | |
setSolverVerbose(bool solverVerbose) | sgpp::datadriven::LearnerBase | |
solverVerbose | sgpp::datadriven::LearnerBase | protected |
stepExecTime | sgpp::datadriven::LearnerBase | protected |
stepGByte | sgpp::datadriven::LearnerBase | protected |
stepGFlop | sgpp::datadriven::LearnerBase | protected |
store(std::string tGridFilename, std::string tAlphaFilename) | sgpp::datadriven::LearnerBase | |
testRegular(const sgpp::base::RegularGridConfiguration &GridConfig, sgpp::base::DataMatrix &testDataset) | sgpp::datadriven::LearnerLeastSquaresIdentity | |
train(sgpp::base::DataMatrix &trainDataset, sgpp::base::DataVector &classes, const sgpp::base::RegularGridConfiguration &GridConfig, const sgpp::solver::SLESolverConfiguration &SolverConfigRefine, const sgpp::solver::SLESolverConfiguration &SolverConfigFinal, const sgpp::base::AdaptivityConfiguration &AdaptConfig, bool testAccDuringAdapt, const double lambdaRegularization, sgpp::base::DataMatrix *testDataset=nullptr, sgpp::base::DataVector *testClasses=nullptr) | sgpp::datadriven::LearnerBase | virtual |
train(sgpp::base::DataMatrix &trainDataset, sgpp::base::DataVector &classes, const sgpp::base::RegularGridConfiguration &GridConfig, const sgpp::solver::SLESolverConfiguration &SolverConfig, const double lambdaRegularization) | sgpp::datadriven::LearnerBase | |
~LearnerBase() | sgpp::datadriven::LearnerBase | virtual |
~LearnerLeastSquaresIdentity() | sgpp::datadriven::LearnerLeastSquaresIdentity | virtual |