Loading...
Searching...
No Matches
splinterRBF Class Reference

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 ()

Detailed Description

Definition at line 50 of file splinterRBF.H.

Constructor & Destructor Documentation

◆ splinterRBF() [1/2]

splinterRBF::splinterRBF ( const Foam::word & kernelType = "gaussian",
bool normalize = true,
Foam::scalar epsilon = 1.0 )

Definition at line 33 of file splinterRBF.C.

◆ splinterRBF() [2/2]

splinterRBF::splinterRBF ( const Foam::dictionary & dict)

Definition at line 40 of file splinterRBF.C.

Member Function Documentation

◆ fit()

void splinterRBF::fit ( const Eigen::MatrixXd & X,
const Eigen::VectorXd & y )

Definition at line 94 of file splinterRBF.C.

◆ predict() [1/2]

Eigen::VectorXd splinterRBF::predict ( const Eigen::MatrixXd & X)

Definition at line 161 of file splinterRBF.C.

◆ predict() [2/2]

Foam::scalar splinterRBF::predict ( const Eigen::VectorXd & x)

Definition at line 150 of file splinterRBF.C.

◆ printInfo()

void splinterRBF::printInfo ( )

Definition at line 183 of file splinterRBF.C.


The documentation for this class was generated from the following files: