anfis.dE.dP1 {FuzzyR} | R Documentation |
To calculate the derivatives of output error with respect to parameters in Layer 1.
anfis.dE.dP1(anfis, de.do1, input.stack)
anfis |
The given ANFIS model |
de.do1 |
The derivatives of output error with respect to output.L1 |
input.stack |
The input data pairs. |
This function is not recommended for external use, but can be used for debugging or learning.
The derivatives of output error with respect to parameters in Layer 1.
Chao Chen