.. _Membership Functions: Membership Functions ==================== This module defines the membership functions (MFs) used in the toolbox. MFs are used to define the fuzzy sets of the input variables in neuro-fuzzy models. All classes below inherit from the base class ``MembershipFunction``, which defines the common interface and serves as a reference for future implementations. .. _Gaussian_MF: .. autoclass:: neuro_fuzzy_toolbox.func.membership.Gaussian_MF :members: :show-inheritance: .. _GeneralizedBell_MF: .. autoclass:: neuro_fuzzy_toolbox.func.membership.GeneralizedBell_MF :members: :show-inheritance: .. _HighSlopeBell_MF: .. autoclass:: neuro_fuzzy_toolbox.func.membership.HighSlopeBell_MF :members: :show-inheritance: