anfis.dE.dO1 {FuzzyR} | R Documentation |
anfis.dE.dO1
Description
to calculate the derivatives of output error with respect to output.L1.
Usage
anfis.dE.dO1(anfis, output.L1, de.do2, do2.do1)
Arguments
anfis |
The given ANFIS model |
output.L1 |
The output of nodes in Layer 1 |
de.do2 |
The derivatives of output error with respect to output.L2 |
do2.do1 |
The derivatives of output.L2 with respect to output.L1. |
Details
This function is not recommended for external use, but can be used for debugging or learning.
Value
The derivatives of output error with respect to output.L1.
Author(s)
Chao Chen
[Package FuzzyR version 2.3.2 Index]