get_fis: Get Fuzzy Inference System

Description Usage Arguments Author(s) Examples

View source: R/var_bounds.R

Description

Get the Fuzzy Inference System for IMP, SMP1 or SMP2.

Usage

1
get_fis(name = c("IMP", "SMP1", "SMP2"))

Arguments

name

Name of the process: IMP, SMP1 or SMP2

Author(s)

Nikolai Gorte <n.gorte@gmail.com>

Examples

1
2
3
4
fis_imp <- get_fis("IMP")
fis_imp
# Plot membership functions
plotMF(fis_imp)

ngort01/fuzzyMM documentation built on May 23, 2019, 4:43 p.m.