SLIP  1.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
slip::range_fun_sigmoideb< InType, Real, OutType > Struct Template Reference

Functor object uses to change the range of container applying sigmoide distribution between [0,b]. More...

#include <dynamic.hpp>

Public Member Functions

 range_fun_sigmoideb (const Real &in_mean, const Real &in_sigma, const OutType &b)
 
OutType operator() (const InType &val)
 

Public Attributes

Real in_mean_
 
Real in_sigma_
 
OutType b_
 

Detailed Description

template<typename InType, typename Real, typename OutType>
struct slip::range_fun_sigmoideb< InType, Real, OutType >

Functor object uses to change the range of container applying sigmoide distribution between [0,b].

Author
Benoit Tremblais <tremblais_AT_sic.univ-poitiers.fr>
Date
2006/07/29
Since
1.0.0
Version
0.0.1
Parameters
in_meanmean of the input
in_sigmastd_dev of the input
bmaximum value

Definition at line 304 of file dynamic.hpp.

Constructor & Destructor Documentation

template<typename InType , typename Real , typename OutType >
slip::range_fun_sigmoideb< InType, Real, OutType >::range_fun_sigmoideb ( const Real &  in_mean,
const Real &  in_sigma,
const OutType &  b 
)
inline

Definition at line 306 of file dynamic.hpp.

Member Function Documentation

template<typename InType , typename Real , typename OutType >
OutType slip::range_fun_sigmoideb< InType, Real, OutType >::operator() ( const InType &  val)
inline

Definition at line 312 of file dynamic.hpp.

Member Data Documentation

template<typename InType , typename Real , typename OutType >
OutType slip::range_fun_sigmoideb< InType, Real, OutType >::b_

Definition at line 318 of file dynamic.hpp.

template<typename InType , typename Real , typename OutType >
Real slip::range_fun_sigmoideb< InType, Real, OutType >::in_mean_

Definition at line 316 of file dynamic.hpp.

template<typename InType , typename Real , typename OutType >
Real slip::range_fun_sigmoideb< InType, Real, OutType >::in_sigma_

Definition at line 317 of file dynamic.hpp.


The documentation for this struct was generated from the following file: