Class nELMSin#

Inheritance Relationships#

Base Type#

Class Documentation#

tfc.utils.BF_Py.nELMSin : public tfc.utils.BF_Py.nELM
n-dimensional ELM sin basis functions.

Protected Functions

_nHint(self, JaxOrNumpyArray z, JaxOrNumpyArray d)#
Internal method used to calcualte the basis function value.

Parameters
----------
z : NDArray
    Values to calculate the basis functions for.
d : NDArray
    Derivative order.

Returns
-------
H : NDArray
    Basis function values.