hops
Public Member Functions | Public Attributes | List of all members
hops::SquaredExponentialKernel< MatrixType, VectorType > Class Template Reference

#include <SquaredExponentialKernel.hpp>

Collaboration diagram for hops::SquaredExponentialKernel< MatrixType, VectorType >:
Collaboration graph

Public Member Functions

 SquaredExponentialKernel (double m_sigma=1, double length=1)
 
MatrixType operator() (const MatrixType &x, const MatrixType &y)
 

Public Attributes

double m_sigma
 
double length
 

Constructor & Destructor Documentation

◆ SquaredExponentialKernel()

template<typename MatrixType , typename VectorType >
hops::SquaredExponentialKernel< MatrixType, VectorType >::SquaredExponentialKernel ( double  m_sigma = 1,
double  length = 1 
)
inline

Member Function Documentation

◆ operator()()

template<typename MatrixType , typename VectorType >
MatrixType hops::SquaredExponentialKernel< MatrixType, VectorType >::operator() ( const MatrixType x,
const MatrixType y 
)
inline

Member Data Documentation

◆ length

template<typename MatrixType , typename VectorType >
double hops::SquaredExponentialKernel< MatrixType, VectorType >::length

◆ m_sigma

template<typename MatrixType , typename VectorType >
double hops::SquaredExponentialKernel< MatrixType, VectorType >::m_sigma

The documentation for this class was generated from the following file: