anfis.L3.eval {FuzzyR} | R Documentation |
The evaluator for nodes in Layer 3
Description
To evaluate the nodes in Layer 3 of the given ANFIS model
Usage
anfis.L3.eval(anfis, output.L2, output.L2.which)
Arguments
anfis |
The given ANFIS model |
output.L2 |
The output of nodes in Layer 2 |
output.L2.which |
A list of matrix indicating which output (w.lower, w.upper) in layer 2 should be used by the ekm algorithm |
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 3
Author(s)
Chao Chen
[Package FuzzyR version 2.3.2 Index]