Description
Evaluate a Fuzzy Inference System (fis). For more details, please see FuzzyR package.
Usage
evalfis(input_stack, fis)
Arguments
input_stack
A matrix representing the input stack, number of inputs (columns) by number of outputs (rows).
Value
An evaluated crisp value for a given fis structure.