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