anfis.L4.eval {FuzzyR}R Documentation

The evaluator for nodes in Layer 4

Description

To evaluate the nodes in Layer 4

Usage

anfis.L4.eval(output.L3, output.L4.mf)

Arguments

output.L3

The output of nodes in Layer 3

output.L4.mf

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.

Value

The output of nodes in Layer 4

Author(s)

Chao Chen


[Package FuzzyR version 2.3.2 Index]