Skip to content
This repository has been archived by the owner on Apr 27, 2018. It is now read-only.

[deprecated] Radial Basis Function (RBF) Interpolation written in C++11. This can be used for fitting a non-linear function from scattered data.

License

Notifications You must be signed in to change notification settings

yuki-koyama/rbf-interpolator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated

This repository is no longer maintained and the RBF Interpolation function is now included in the mathtoolbox library: https://github.com/yuki-koyama/mathtoolbox , so please use the new library.


RBF Interpolator

This is a C++ implementation of RBF (radial basis function) interpolation. Given some centroids, this program calculates their "weights" for interpolation. It also supports regularization, which is useful for avoiding overfitting with noisy data.

Main class

  • rbf_interpolator/interpolator.h
  • rbf_interpolator/interpolator.cpp

Dependencies

Required

  • Eigen

Optional

  • Qt5 (for an interactive GUI demo)

How to use

Please see the codes by yourself.

License

MIT license.

Contact Information

Yuki Koyama yuki@koyama.xyz

About

[deprecated] Radial Basis Function (RBF) Interpolation written in C++11. This can be used for fitting a non-linear function from scattered data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published