sigvaldm / localreg

Multivariate Local Polynomial Regression and Radial Basis Function Regression
GNU Lesser General Public License v3.0
46 stars 4 forks source link

Consider different methods of finding centers #10

Open sigvaldm opened 2 years ago

sigvaldm commented 2 years ago

Today the centers are obtained by K-means clustering. This leaves no basis functions on the edges of the training data domain, which either lead to large radius (if automatically tuned) or slightly larger errors on the boundary. Consider alternative ways to obtain a good spread of centers on the domain, that also includes some points on the boundary of the domain.