|
SLIP
1.4
|
Functor object uses to change the range of container applying sigmoide distribution. More...
#include <dynamic.hpp>
Public Member Functions | |
| range_fun_sigmoide (const Real &in_mean, const Real &in_sigma) | |
| Real | operator() (const InType &val) |
Public Attributes | |
| Real | in_mean_ |
| Real | in_sigma_ |
Functor object uses to change the range of container applying sigmoide distribution.
| in_mean | mean of the input |
| in_sigma | std_dev of the input |
Definition at line 277 of file dynamic.hpp.
|
inline |
Definition at line 279 of file dynamic.hpp.
|
inline |
Definition at line 284 of file dynamic.hpp.
| Real slip::range_fun_sigmoide< InType, Real >::in_mean_ |
Definition at line 288 of file dynamic.hpp.
| Real slip::range_fun_sigmoide< InType, Real >::in_sigma_ |
Definition at line 289 of file dynamic.hpp.
1.8.6