FIS_SMP2: Fuzzy Inference System 3 (FIS3)

Description Format Details See Also Examples

Description

Fuzzy Inference System used in the Subsequent Map Matching Process at a junction (SMP-2).

Format

frbs object

Details

SMP-2 identifies a new link among the candidate links if the vehicle has crossed a junction. Here you can see the input variables, fuzzy subsets and fuzzy rules used in FIS3. 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_smp2 <- get_fis("SMP2")
fis_smp2
# Plot membership functions
plotMF(fis_smp2)

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