Learn R Programming

FuzzyR (version 2.3.2)

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

Description

To evaluate the input Layer (LI) of anfis

Usage

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

Arguments

anfis

The given ANFIS model

input.stack

The input data

Value

The output of nodes in Layer I

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.