anfis.L3.eval: The evaluator for nodes in Layer 3

Description Usage Arguments Details Value Author(s)

View source: R/ANFIS.R

Description

To evaluate the nodes in Layer 3 of the given ANFIS model

Usage

1
anfis.L3.eval(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. See the source code of anfis.eval for usage.

Value

The output of nodes in Layer 3

Author(s)

Chao Chen


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

Related to anfis.L3.eval in FuzzyR...