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

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

adaptivityConfigsgpp::datadriven::LearnerSVMprotected
avgErrorssgpp::datadriven::LearnerSVM
createRegularGrid()sgpp::datadriven::LearnerSVMprotected
errorsgpp::datadriven::LearnerSVM
getAccuracy(sgpp::base::DataMatrix &testDataset, const sgpp::base::DataVector &referenceLabels, const double threshold)sgpp::datadriven::LearnerSVM
getAccuracy(const sgpp::base::DataVector &referenceLabels, const double threshold, const sgpp::base::DataVector &predictedLabels)sgpp::datadriven::LearnerSVM
getError(sgpp::base::DataMatrix &data, sgpp::base::DataVector &labels, std::string errorType)sgpp::datadriven::LearnerSVM
gridsgpp::datadriven::LearnerSVMprotected
gridConfigsgpp::datadriven::LearnerSVMprotected
initialize(size_t budget)sgpp::datadriven::LearnerSVM
LearnerSVM(base::RegularGridConfiguration &gridConfig, base::AdaptivityConfiguration &adaptConfig, base::DataMatrix &pTrainData, base::DataVector &pTrainLabels, base::DataMatrix &pTestData, base::DataVector &pTestLabels, base::DataMatrix *pValidData, base::DataVector *pValidLabels)sgpp::datadriven::LearnerSVM
predict(sgpp::base::DataMatrix &testData, sgpp::base::DataVector &predictedLabels)sgpp::datadriven::LearnerSVM
storeResults(sgpp::base::DataMatrix &testDataset)sgpp::datadriven::LearnerSVM
svmsgpp::datadriven::LearnerSVMprotected
testDatasgpp::datadriven::LearnerSVMprotected
testLabelssgpp::datadriven::LearnerSVMprotected
train(size_t maxDataPasses, double lambda, double betaRef, std::string refType, std::string refMonitor, size_t refPeriod, double errorDeclineThreshold, size_t errorDeclineBufferSize, size_t minRefInterval)sgpp::datadriven::LearnerSVM
trainDatasgpp::datadriven::LearnerSVMprotected
trainLabelssgpp::datadriven::LearnerSVMprotected
validDatasgpp::datadriven::LearnerSVMprotected
validLabelssgpp::datadriven::LearnerSVMprotected
~LearnerSVM()sgpp::datadriven::LearnerSVM