Code covered by the BSD License
-
Phi_int=rbf_integral(Xc,X1,X2...
calculates a line integral between X1 [x y] and X2 for a radial basis
-
[W phi]=train_rbf(X,Y,Xc,k_i,...
trains a radial basis function
-
[Y_int Phi_int]=rbfn_integral...
calculates a line integral between X1 [x y] and X2 for a radial basis
-
[z phi]=sim_rbf(Xc,X,W,k_i,ba...
simulates a radial basis function
-
example.m
-
View all files
Radial Basis Function Network
by Travis Wiens
19 Nov 2008
(Updated 11 Feb 2010)
Simulates and trains Gaussian and polyharmonic spline radial basis function networks.
|
Watch this File
|
| File Information |
| Description |
Radial basis functions are use for function approximation and interpolation. This package supports two popular classes of rbf: Gaussian and Polyharmonic Splines (of which the Thin Plate Spline is a subclass).
The package also calculates line integrals between two points.
For more information, see blog.nutaksas.com for academic papers. |
| MATLAB release |
MATLAB 7.4 (R2007a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 17 Jul 2009 |
Removed GPL per Mathworks' requirements. |
| 11 Feb 2010 |
Improved linear inversion. |
|
Contact us at files@mathworks.com