| Anonymous | Login | Signup for a new account | 2025-12-10 07:31 MSK |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0000430 | [ALGLIB] Interpolation | feature | have not tried | 2012-01-17 11:01 | 2012-03-27 10:30 | ||
| Reporter | SergeyB | View Status | public | ||||
| Assigned To | Leo | ||||||
| Priority | normal | Resolution | implemented | Platform | |||
| Status | resolved | OS | |||||
| Projection | none | OS Version | |||||
| ETA | none | Fixed in Version | 3.5.0 | Product Version | |||
| Target Version | 3.5.0 | Product Build | |||||
| Summary | 0000430: IMPLEMENTED: RBF model | ||||||
| Description |
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) |
||||||
| Steps To Reproduce | |||||||
| Additional Information | |||||||
| Programming language | Unspecified | ||||||
| Attached Files | |||||||
|
|
|||||||
| There are no notes attached to this issue. |
| Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group |