Learning Curve Plus Plus (LCPP)
regressors.h
Go to the documentation of this file.
1 /**
2  * @file regressors.h
3  * @author Ozgur Taylan Turan
4  *
5  */
6 
7 #ifndef REGRESSORS_H
8 #define REGRESSORS_H
9 
10 #include "gp.h"
11 #include "kernelridge.h"
12 #include "functionalsmoothing.h"
13 
14 #endif