|
| SigmoidDifference (const std::string &name="", scalar left=fl::nan, scalar rising=fl::nan, scalar falling=fl::nan, scalar right=fl::nan, scalar height=1.0) |
|
virtual | ~SigmoidDifference () FL_IOVERRIDE |
|
virtual std::string | className () const FL_IOVERRIDE |
| Returns the name of the class of the term. More...
|
|
virtual std::string | parameters () const FL_IOVERRIDE |
| Returns the parameters of the term. More...
|
|
virtual void | configure (const std::string ¶meters) FL_IOVERRIDE |
| Configures the term with the parameters. More...
|
|
virtual Complexity | complexity () const FL_IOVERRIDE |
| Computes the estimated complexity of evaluating the membership function. More...
|
|
virtual scalar | membership (scalar x) const FL_IOVERRIDE |
| Computes the membership function evaluated at \(x\). More...
|
|
virtual void | setLeft (scalar leftInflection) |
| Sets the inflection of the left sigmoidal curve. More...
|
|
virtual scalar | getLeft () const |
| Gets the inflection of the left sigmoidal curve. More...
|
|
virtual void | setRising (scalar risingSlope) |
| Sets the slope of the left sigmoidal curve. More...
|
|
virtual scalar | getRising () const |
| Gets the slope of the left sigmoidal curve. More...
|
|
virtual void | setFalling (scalar fallingSlope) |
| Sets the slope of the right sigmoidal curve. More...
|
|
virtual scalar | getFalling () const |
| Gets the slope of the right sigmoidal curve. More...
|
|
virtual void | setRight (scalar rightInflection) |
| Sets the inflection of the right sigmoidal curve. More...
|
|
virtual scalar | getRight () const |
| Gets the inflection of the right sigmoidal curve. More...
|
|
virtual SigmoidDifference * | clone () const FL_IOVERRIDE |
| Creates a clone of the term. More...
|
|
| Term (const std::string &name="", scalar height=1.0) |
|
virtual | ~Term () |
|
virtual void | setName (const std::string &name) |
| Sets the name of the term. More...
|
|
virtual std::string | getName () const |
| Gets the name of the term. More...
|
|
virtual void | setHeight (scalar height) |
| Sets the height of the term. More...
|
|
virtual scalar | getHeight () const |
| Gets the height of the term. More...
|
|
virtual std::string | toString () const |
| Returns the representation of the term in the FuzzyLite Language. More...
|
|
virtual void | updateReference (const Engine *engine) |
| Updates the references (if any) to point to the current engine (useful when cloning engines or creating terms within Importer objects. More...
|
|