Learn R Programming

FuzzyR (version 2.3.2)

anfis.L4.mf.eval: The evaluator for membership functions of nodes in Layer 1

Description

To evaluate the membership functions of nodes in Layer 4

Usage

anfis.L4.mf.eval(anfis, input.stack)

Arguments

anfis

The given ANFIS model

input.stack

The input data

Value

The membership grades of the membership functions of nodes in Layer 4

Details

This function is not recommended for external use, but can be used for debugging or learning. See the source code of anfis.eval for usage.