![]() |
GURLS++
2.0.00
C++ Implementation of GURLS Matlab Toolbox
|
Contains classes that compute predictions.
Classes | |
class | gurls::PredDual< T > |
PredDual is the sub-class of Prediction that computes the predictions of a linear classifier in the dual formulation. More... | |
class | gurls::PredGPRegr< T > |
PredGPRegr is the sub-class of Prediction that computes the predictions of GP. More... | |
class | gurls::Prediction< T > |
Prediction is the class that computes predictions. More... | |
class | gurls::PredPrimal< T > |
PredPrimal is the sub-class of Prediction that computes the predictions of a linear classifier in the primal formulation. More... | |
class | gurls::PredRandFeats< T > |
PredRandFeats is the sub-class of Prediction that computes the predictions of the linear classifier stored in opt.rls.W, and obtained the Random Features approach proposed in: Ali Rahimi, Ben Recht; Random Features for Large-Scale Kernel Machines; in Neural Information Processing Systems (NIPS) 2007. More... |