Go to the source code of this file.
|
|
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) |
| |
- Author
- Ozgur Taylan Turan
Smoothing for functional data
Definition in file functionalsmoothing.h.