anfis.LI.eval {FuzzyR} | R Documentation |
To evaluate the input Layer (LI) of anfis
anfis.LI.eval(anfis, input.stack)
anfis |
The given ANFIS model |
input.stack |
The input data |
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.
The output of nodes in Layer I
Chao Chen