FIS_IMP: Fuzzy Inference System 1 (FIS1)

Description Format Details See Also Examples

Description

Fuzzy Inference System used in the Initial Map Matching Process (IMP).

Format

frbs object

Details

The IMP is the first and very important part of the map matching process since it is responsible for the identification of the initial link. Here you can see the input variables, fuzzy subsets and fuzzy rules used in FIS1. It is usefull to know the variables and how they affect the rule outputs in case you plan to change the range of the fuzzy subsets.

Input variables to this FIS are:

The fuzzy subsets of the input variables are:

The corresponding fuzzy rules used in this FIS are:

See Also

get_var_bounds, set_var_bounds

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.