FIS_SMP1: Fuzzy Inference System 2 (FIS2)

Description Format Details See Also Examples

Description

Fuzzy Inference System used in the Subsequent Map Matching Process along a link (SMP-1).

Format

frbs object

Details

SMP-1 checks if the vehicle has already crossed a junction or is about to cross one and matches subsequent positions to the link identified by the IMP if that is not the case. Here you can see the input variables, fuzzy subsets and fuzzy rules used in FIS2. 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_smp1 <- get_fis("SMP1")
fis_smp1
# Plot membership functions
plotMF(fis_smp1)

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