yuki-koyama / mathtoolbox

Mathematical tools (interpolation, dimensionality reduction, optimization, etc.) written in C++11 with Eigen

Home Page:https://yuki-koyama.github.io/mathtoolbox/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[RBF] Radial basis function with polynomial term

yuki-koyama opened this issue · comments

This is worth implementing as an additional feature of the RBF module.

Section 3.1: Radial basis function with polynomial term https://dl.acm.org/doi/10.1145/2614028.2615425

It will improve some aspects of the extrapolation behavior. Related issue: #75.