Class nELMSigmoid#
Defined in File BF_Py.py
Inheritance Relationships#
Base Type#
public tfc.utils.BF_Py.nELM(Class nELM)
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.