Class ELMTanh#

Inheritance Relationships#

Base Type#

Class Documentation#

class ELMTanh : public ELM#

ELM that uses the tanh activation function.

Public Functions

inline ELMTanh(double x0, double xf, int *nCin, int ncDim0, int min)#

ELMTanh class constructor.

Calls ELM class constructor. See ELM class for more details.

inline ~ELMTanh()#

ELMTanh class destructor.