anfis.LI.eval: The evaluator for nodes in Layer I

Description Usage Arguments Details Value Author(s)

View source: R/ANFIS.R

Description

To evaluate the input Layer (LI) of anfis

Usage

1
anfis.LI.eval(anfis, input.stack)

Arguments

anfis

The given ANFIS model

input.stack

The input data

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 I

Author(s)

Chao Chen


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

Related to anfis.LI.eval in FuzzyR...