GURLS++  2.0.00
C++ Implementation of GURLS Matlab Toolbox
Wrappers

Contains gurls++ wrapper classes allowing users to easily bypass pipelines.

Classes

class  gurls::GPRWrapper< T >
 GPRWrapper is the sub-class of GurlsWrapper that implements ... More...
class  gurls::GurlsWrapper< T >
 GurlsWrapper is the base class for all gurls++ wrappers. More...
class  gurls::KernelRLSWrapper< T >
 KernelRLSWrapper is the sub-class of GurlsWrapper that implements Regularized Least Squares with a possibly non-linear model by resorting to kernel methods. More...
class  gurls::KernelWrapper< T >
 KernelWrapper is the base class for all gurls++ wrappers. More...
class  gurls::NystromWrapper< T >
 NystromWrapper is the sub-class of GurlsWrapper that allows to train a possibly non linear model for large data sets, for which the complete nxn kernel matrix may not fit into RAM. More...
class  gurls::RandomFeaturesWrapper< T >
 RLSWrapper is the sub-class of GurlsWrapper that implements Regularized Least Squares with a linear model. More...
class  gurls::RecursiveRLSWrapper< T >
 RecursiveRLSWrapper is the sub-class of GurlsWrapper that implements recursive update of the RLS estimator with retraining capability. More...
class  gurls::RLSWrapper< T >
 RLSWrapper is the sub-class of GurlsWrapper that implements Regularized Least Squares with a linear model. More...
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends