SG++-Doxygen-Documentation
sgpp::datadriven::LearnerSGD Member List

This is the complete list of members for sgpp::datadriven::LearnerSGD, including all inherited members.

adaptivityConfigsgpp::datadriven::LearnerSGDprotected
alphasgpp::datadriven::LearnerSGDprotected
alphaAvgsgpp::datadriven::LearnerSGDprotected
avgErrorssgpp::datadriven::LearnerSGD
batchDatasgpp::datadriven::LearnerSGDprotected
batchErrorsgpp::datadriven::LearnerSGDprotected
batchLabelssgpp::datadriven::LearnerSGDprotected
batchSizesgpp::datadriven::LearnerSGDprotected
createRegularGrid()sgpp::datadriven::LearnerSGDprotected
currentGammasgpp::datadriven::LearnerSGDprotected
errorsgpp::datadriven::LearnerSGD
gammasgpp::datadriven::LearnerSGDprotected
getAccuracy(sgpp::base::DataMatrix &testData, sgpp::base::DataVector &testLabels, double threshold)sgpp::datadriven::LearnerSGD
getAccuracy(sgpp::base::DataVector &testLabels, double threshold, sgpp::base::DataVector &predictedLabels)sgpp::datadriven::LearnerSGDprotected
getBatchError(sgpp::base::DataMatrix &data, const sgpp::base::DataVector &labels)sgpp::datadriven::LearnerSGDprotected
getError(sgpp::base::DataMatrix &data, sgpp::base::DataVector &labels, std::string errorType)sgpp::datadriven::LearnerSGDprotected
gridsgpp::datadriven::LearnerSGDprotected
gridConfigsgpp::datadriven::LearnerSGDprotected
initialize()sgpp::datadriven::LearnerSGD
lambdasgpp::datadriven::LearnerSGDprotected
LearnerSGD(base::RegularGridConfiguration &gridConfig, base::AdaptivityConfiguration &adaptivityConfig, base::DataMatrix &pTrainData, base::DataVector &pTrainLabels, base::DataMatrix &pTestData, base::DataVector &pTestLabels, base::DataMatrix *pValData, base::DataVector *pValLabels, double lambda, double gamma, size_t batchSize, bool useValidData)sgpp::datadriven::LearnerSGD
predict(base::DataMatrix &testData, base::DataVector &predictedLabels)sgpp::datadriven::LearnerSGDprotected
pushToBatch(sgpp::base::DataVector &x, double y)sgpp::datadriven::LearnerSGDprotected
storeResults(base::DataMatrix &testDataset)sgpp::datadriven::LearnerSGD
testDatasgpp::datadriven::LearnerSGDprotected
testLabelssgpp::datadriven::LearnerSGDprotected
train(size_t maxDataPasses, std::string refType, std::string refMonitor, size_t refPeriod, double errorDeclineThreshold, size_t errorDeclineBufferSize, size_t minRefInterval)sgpp::datadriven::LearnerSGD
trainDatasgpp::datadriven::LearnerSGDprotected
trainLabelssgpp::datadriven::LearnerSGDprotected
useValidDatasgpp::datadriven::LearnerSGDprotected
~LearnerSGD()sgpp::datadriven::LearnerSGD