Mantis - ALGLIB
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
430 | Interpolation | feature | have not tried | 2012-01-17 11:01 | 2012-03-27 10:30 |
|
|||||
Reporter: | SergeyB | Platform: | |||
Assigned To: | Leo | OS: | |||
Priority: | normal | OS Version: | |||
Status: | resolved | Product Version: | |||
Product Build: | Resolution: | implemented | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.5.0 | ||
Programming language: | Unspecified | ||||
|
|||||
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: | |||||
Relationships | |||||
Attached Files: | |||||
|
|||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
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. |