Learning Curve Plus Plus (LCPP)
functionalsmoothing.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class KERNEL , class T = DTYPE>
arma::Mat< T > algo::functional::kernelsmoothing (const arma::Mat< T > &inputs, const arma::Mat< T > &labels, const arma::Mat< T > &pred_inputs, const arma::vec &bandwidths, const double valid)
 
template<class KERNEL , class T = DTYPE>
arma::Mat< T > algo::functional::kernelsmoothing (const arma::Mat< T > &inputs, const arma::Mat< T > &labels, const arma::Mat< T > &pred_inputs, const double &bandwidth)
 
template<class KERNEL , class T = DTYPE>
arma::Mat< T > algo::functional::kernelsmoothing (const arma::Mat< T > &inputs, const arma::Mat< T > &labels, const double &bandwidth)
 

Detailed Description

Author
Ozgur Taylan Turan

Smoothing for functional data

Definition in file functionalsmoothing.h.