36#ifndef STK_KERNEL_IKERNEL_H
37#define STK_KERNEL_IKERNEL_H
In this file we implement the final class CArraySquare.
This file include all the other header files of the project Sdk.
Abstract base class for all classes having a.
Interface class for the kernels classes.
Real dist(int i, int j) const
Real kcomp(int i, int j) const
virtual int nbVariable() const =0
pure virtual method.
virtual Real diag(int i) const
virtual method.
virtual Real comp(int i, int j) const =0
pure virtual method.
CSquareX gram_
the resulting gram_ matrix
CSquareX const & gram() const
CSquareX const & k() const
virtual int nbSample() const =0
pure virtual method.
Real kdist(int i, int j) const
virtual ~IKernel()
destructor
IKernel()
default constructor
IKernel(IKernel const &kernel)
copy constructor
The MultidimRegression class allows to regress a multidimensional output variable among a multivariat...
double Real
STK fundamental type of Real values.
The namespace STK is the main domain space of the Statistical ToolKit project.