Learn R Programming

FuzzyR (version 2.3.2)

anfis.L5.eval: The evaluator for nodes in Layer 5

Description

To evaluate the nodes in Layer 5

Usage

anfis.L5.eval(output.L4)

Arguments

output.L4

The output of nodes in Layer 4

Value

The output of nodes in Layer 5

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.