To evaluate the nodes in Layer 3 of the given ANFIS model
anfis.L3.eval(anfis, output.L2, output.L2.which)
The given ANFIS model
The output of nodes in Layer 2
A list of matrix indicating which output (w.lower, w.upper) in layer 2 should be used by the ekm algorithm
The output of nodes in Layer 3
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.