Mantis - ALGLIB
Viewing Issue Advanced Details
430 Interpolation feature have not tried 2012-01-17 11:01 2012-03-27 10:30
SergeyB  
Leo  
normal  
resolved  
implemented  
none    
none 3.5.0  
Unspecified
0000430: IMPLEMENTED: RBF model
RBF model for interpolation in 2 and 3-dimensional spaces, which:
* supports Gaussian RBF's with additional linear term
* supports scattered interpolation with two algorithms:
** RBF-QNN - suited for approximately uniformly distributed points, perfect fit
** RBF-ML - multilayer RBF model which is able to fit any distribution of points, and can solve problems in the least squares sense (imperfect fit) with controllable amount of smoothing
* supports interpolation of scalar and vector functions
* can calculate function values at arbitrary points and on regular grids
* supports serialization
* uses efficient O(N*logN) algorithms to build model, suited for interpolation of very large datasets (100000 points and even more)
Issue History
2012-01-17 11:01 SergeyB New Issue
2012-01-17 11:01 SergeyB Status new => assigned
2012-01-17 11:01 SergeyB Assigned To => Leo
2012-01-17 11:01 SergeyB Programming language => Unspecified
2012-02-01 17:42 SergeyB Description Updated
2012-02-03 10:22 SergeyB Description Updated
2012-02-03 10:22 SergeyB Summary RBF model => IMPLEMENTED: RBF model
2012-02-03 10:22 SergeyB Status assigned => resolved
2012-02-03 10:22 SergeyB Fixed in Version => 3.5.0
2012-02-03 10:22 SergeyB Resolution open => implemented
2012-03-27 10:30 SergeyB Description Updated

There are no notes attached to this issue.