Class ELMSwish#

Inheritance Relationships#

Base Type#

Class Documentation#

tfc.utils.BF_Py.ELMSwish : public tfc.utils.BF_Py.ELM

Protected Functions

_Hint(self, JaxOrNumpyArray z, uint d)#
Internal method used to calcualte the ELMSwish basis function values.

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

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