Learn R Programming

FuzzyR (version 2.3.2)

anfis.dE.dO5: anfis.dE.dO5

Description

To calculate the derivatives of output error with respect to output.L5. NOTE: currently, only single output in L5 is supported

Usage

anfis.dE.dO5(output.L5, y)

Arguments

output.L5

the model outputs

y

the target outputs

Value

The derivatives of output error with respect to output.L5

Details

This function is not recommended for external use, but can be used for debugging or learning.