Class nELMSwish#

Inheritance Relationships#

Base Type#

Class Documentation#

tfc.utils.BF_Py.nELMSwish : public tfc.utils.BF_Py.nELM
n-dimensional ELM swish 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.