anfis.L2.eval {FuzzyR}R Documentation

The evaluator for nodes in Layer 2

Description

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

Usage

anfis.L2.eval(anfis, output.L1)

Arguments

anfis

The given ANFIS model

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

Value

The output of nodes in Layer 2

Author(s)

Chao Chen


[Package FuzzyR version 2.3.2 Index]