anfis.dO3.dO2: anfis.dO3.dO2

Description Usage Arguments Details Value Author(s)

View source: R/ANFIS.R

Description

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

Usage

1
anfis.dO3.dO2(anfis, output.L2, output.L2.which)

Arguments

anfis

The given ANFIS model

output.L2

The output of nodes in Layer 2

output.L2.which

A list of matrix indicating which output (w.lower, w.upper) in layer 2 should be used by the ekm algorithm

Details

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

Value

The derivatives of output.L3 with respect to output.L2. do3.left[j].do2[i] <- do3.do2[[i]][[1]][[j]]

Author(s)

Chao Chen


FuzzyR documentation built on May 19, 2021, 9:06 a.m.

Related to anfis.dO3.dO2 in FuzzyR...