Lines Matching full:membership
44 """The base class of membership functions."""
51 """A class provides fuzzy Singleton Membership Function.
53 Singleton Membership Function:
77 """The grading method of the fuzzy membership function."""
91 """A class provides fuzzy S Membership Function.
93 S Membership Function:
116 """The grading method of the fuzzy membership function."""
126 """A class provides fuzzy Z Membership Function.
128 Z Membership Function:
151 """The grading method of the fuzzy membership function."""
160 # Mapping from membership functions to the fuzzy member function classes.
194 score between 0.0 and 1.0 depending on which membership
240 """Parse the criteria and create its membership function object."""
241 # If a membership function is specified in the test_conf, use it.