anfis.L4.mf.eval {FuzzyR}R Documentation

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

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.

Value

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

Author(s)

Chao Chen


[Package FuzzyR version 2.3.2 Index]