|
| | mtbRBF (const Foam::word &kernelType="gaussian", bool usePolynomialTerm=true, bool useRegularization=true, Foam::scalar lambda=0.001, bool normalize=true) |
| | mtbRBF (const Foam::dictionary &dict) |
| void | fit (const Eigen::MatrixXd &X, const Eigen::VectorXd &y) |
| Foam::scalar | predict (const Eigen::VectorXd &x) |
| Eigen::VectorXd | predict (const Eigen::MatrixXd &X) |
| void | printInfo () |
Definition at line 48 of file mtbRBF.H.
◆ mtbRBF() [1/2]
| mtbRBF::mtbRBF |
( |
const Foam::word & | kernelType = "gaussian", |
|
|
bool | usePolynomialTerm = true, |
|
|
bool | useRegularization = true, |
|
|
Foam::scalar | lambda = 0.001, |
|
|
bool | normalize = true ) |
◆ mtbRBF() [2/2]
| mtbRBF::mtbRBF |
( |
const Foam::dictionary & | dict | ) |
|
◆ fit()
| void mtbRBF::fit |
( |
const Eigen::MatrixXd & | X, |
|
|
const Eigen::VectorXd & | y ) |
◆ predict() [1/2]
| Eigen::VectorXd mtbRBF::predict |
( |
const Eigen::MatrixXd & | X | ) |
|
◆ predict() [2/2]
| Foam::scalar mtbRBF::predict |
( |
const Eigen::VectorXd & | x | ) |
|
◆ printInfo()
| void mtbRBF::printInfo |
( |
| ) |
|
The documentation for this class was generated from the following files:
- /github/workspace/src/ITHACA_INTERPOLATOR/mtbRBF/mtbRBF.H
- /github/workspace/src/ITHACA_INTERPOLATOR/mtbRBF/mtbRBF.C