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

Contains classes that compute the kernel matrix.

Classes

class  gurls::Kernel< T >
 Kernel is the class that computes the kernel matrix. More...
class  gurls::KernelChisquared< T >
 KernelChisquared is the sub-class of Kernel that builds the kernel matrix for a chi-squared model. More...
class  gurls::KernelLinear< T >
 KernelLinear is the sub-class of Kernel that builds the kernel matrix for a linear model. More...
class  gurls::KernelRBF< T >
 KernelRBF is the sub-class of Kernel that builds the Gaussian kernel matrix. More...
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends