float GetBeta() const noexcept

函数功能

获取激活函数的beta参数。

函数原型

float GetBeta() const noexcept;

约束说明

若还未调用SetBeta接口,则当前接口返回0.0。

返回值说明

返回激活函数的beta参数。