anfis.dO2.dO1 {FuzzyR}R Documentation

anfis.dO2.dO1

Description

To calculate the derivatives of output.L2 with respect to output.L1.

Usage

anfis.dO2.dO1(anfis, output.L2, output.L1)

Arguments

anfis

The given ANFIS model

output.L2

The output of nodes in Layer 2

output.L1

The output of nodes in Layer 1

Details

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

Value

The derivatives of output.L2 with respect to output.L1. do2[j].do1[i] <- do2.do1[[i]][[which(fan.out==j)]]

Author(s)

Chao Chen


[Package FuzzyR version 2.3.2 Index]