Class nELMReLU#

Inheritance Relationships#

Base Type#

Class Documentation#

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

Protected Attributes

_m#
_w#
_b#