#include <SigmoidalLT.h>

Public Member Functions | |
| SigmoidalLT (const std::string name, const RCPtr< LinguisticVariable > &parent, double paramC=1, double paramOffset=0) | |
| Constructor. | |
| double | getMin () const |
| Returns the lower boundary of the support. | |
| double | getMax () const |
| Returns the upper boundary of the support. | |
This class implements a LinguisticTerm with membership function:
Definition at line 32 of file SigmoidalLT.h.
| SigmoidalLT::SigmoidalLT | ( | const std::string | name, | |
| const RCPtr< LinguisticVariable > & | parent, | |||
| double | paramC = 1, |
|||
| double | paramOffset = 0 | |||
| ) |
Constructor.
| name | the name | |
| parent | the associated linguistic variable | |
| paramC | scale factor for y-axis | |
| paramOffset | position of inflection point |
Definition at line 13 of file SigmoidalLT.cpp.
| double SigmoidalLT::getMax | ( | ) | const [inline, virtual] |
Returns the upper boundary of the support.
Reimplemented from SigmoidalFS.
Definition at line 66 of file SigmoidalLT.h.
References SigmoidalFS::getMax().
| double SigmoidalLT::getMin | ( | ) | const [inline, virtual] |
Returns the lower boundary of the support.
Reimplemented from SigmoidalFS.
Definition at line 56 of file SigmoidalLT.h.
References SigmoidalFS::getMin().