Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

RBF

The 'RBF' class object


Description

This a R6 class. It inherits from 'kernel' class. It provides the rbf kernel function and the 1st order derivative of rbf kernel function.

Format

R6Class object.

Value

an R6Class object which can be used for the rkhs interpolation.

Super class

Methods

Public methods

Inherited methods

Method greet()

Usage
RBF$greet()

Method set_k_par()

Usage
RBF$set_k_par(val)

Method kern()

Usage
RBF$kern(t1, t2)

Method dkd_kpar()

Usage
RBF$dkd_kpar(t1, t2)

Method dkdt()

Usage
RBF$dkdt(t1, t2)

Method clone()

The objects of this class are cloneable with this method.

Usage
RBF$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Author(s)


KGode

Kernel Based Gradient Matching for Parameter Inference in Ordinary Differential Equations

v1.0.3
GPL (>= 2)
Authors
Mu Niu [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.