Liking cljdoc? Tell your friends :D
Clojure only.

fastmath.rbf

Radial Basis Function

Create with multifunction rbf.

All of them accept scaling factor scale. Only polyharmonic is defined with integer exponent k. See rbfs-list for all names.

rbf-obj returns SMILE library object for defined function.

Radial Basis Function

Create with multifunction [[rbf]].

All of them accept scaling factor `scale`.
Only polyharmonic is defined with integer exponent `k`.
See [[rbfs-list]] for all names.

[[rbf-obj]] returns SMILE library object for defined function.
raw docstring

rbfcljmultimethod

Create Radial Basis Function

Optional parameter scale.

:polyharmonic has also exponent k parameter.

Create Radial Basis Function

Optional parameter `scale`.

`:polyharmonic` has also exponent `k` parameter.
sourceraw docstring

rbf-objclj

(rbf-obj rbf-fn)

Create RBF Smile object.

Used to pass to Smile constructors/functions.

Create RBF Smile object.

Used to pass to Smile constructors/functions.
sourceraw docstring

rbfs-listclj

Radial Basis function names

Radial Basis function names
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close