To build a one-output TSK FIS by automatically generating the input membership functions and the fuzzy rules
fis.builder(
x.range,
input.num,
input.mf.num,
input.mf.type,
rule.num = prod(input.mf.num),
rule.which = NULL,
defuzzMethod = "default",
params.ante,
params.conse
)
a vector/matrix as the range of input(s)
the number of inputs
a list of the number of membership functions for all inputs
designed for different membershp function types, however, currently, 'T1' for gbellmf, else 'it2gbellmf'
the number of rules
selected rules to be used in the full rule list, for example, c(1,2,3) specify the first three rules
"default"
parameter settings for initialising antecedent membership functions
parameter settings for initialising consequent membership functions