Class nELMSigmoid#

Inheritance Relationships#

Base Type#

Class Documentation#

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