FuzzyTerm class abstract
Base class for representing a term in a {@link FuzzyRule}.
@author {@link https://github.com/Mugen87|Mugen87}
- Implementers
Constructors
Properties
Methods
-
clearDegreeOfMembership(
) → FuzzyTerm - Clears the degree of membership value.
-
fromJSON(
Map< String, dynamic> json) → FuzzyTerm - Restores this instance from the given JSON object.
-
getDegreeOfMembership(
) → double - Returns the degree of membership.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJSON(
) → Map< String, dynamic> - Transforms this instance into a JSON object.
-
toString(
) → String -
A string representation of this object.
inherited
-
updateDegreeOfMembership(
double value) → FuzzyTerm - Updates the degree of membership by the given value. This method is used when the term is part of a fuzzy rule's consequent.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited