Public Member Functions | |
| splinterRBF (const Foam::word &kernelType="gaussian", bool normalize=true, Foam::scalar epsilon=1.0) | |
| splinterRBF (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 50 of file splinterRBF.H.
| splinterRBF::splinterRBF | ( | const Foam::word & | kernelType = "gaussian", |
| bool | normalize = true, | ||
| Foam::scalar | epsilon = 1.0 ) |
Definition at line 33 of file splinterRBF.C.
| splinterRBF::splinterRBF | ( | const Foam::dictionary & | dict | ) |
Definition at line 40 of file splinterRBF.C.
| void splinterRBF::fit | ( | const Eigen::MatrixXd & | X, |
| const Eigen::VectorXd & | y ) |
Definition at line 94 of file splinterRBF.C.
| Eigen::VectorXd splinterRBF::predict | ( | const Eigen::MatrixXd & | X | ) |
Definition at line 161 of file splinterRBF.C.
| Foam::scalar splinterRBF::predict | ( | const Eigen::VectorXd & | x | ) |
Definition at line 150 of file splinterRBF.C.
| void splinterRBF::printInfo | ( | ) |
Definition at line 183 of file splinterRBF.C.
1.16.1