.. _ANFIS: ANFIS Models ============ This module contains the documentation for the ANFIS model classes implemented in the toolbox. All classes below inherit from the base class ``base_ANFIS``, which defines the general structure of ANFIS models and their shared methods (see :ref:`base_ANFIS `). .. autoclass:: neuro_fuzzy_toolbox.models.anfis.ANFIS :members: :inherited-members: :show-inheritance: .. autoclass:: neuro_fuzzy_toolbox.models.anfis.h_ANFIS :members: :inherited-members: :show-inheritance: .. autoclass:: neuro_fuzzy_toolbox.models.anfis.rule_reduced_ANFIS :members: :inherited-members: :show-inheritance: .. _base-anfis: .. autoclass:: neuro_fuzzy_toolbox.models.anfis.base_ANFIS :members: :show-inheritance: