Learn R Programming

FSMUMI (version 1.0)

create.Myfis: Building a fuzzy inference system

Description

This function creates a fuzzy inference system that contains three input variables and three output variables. Each variable is expressed by 4 linguistic terms as low, medium, medium_high and high. A trapezoidal membership function is used to match input and output to a degree of membership.

Usage

create.Myfis()

Arguments

Value

a fis object - a fuzzy inference system.