News
FuzzyR 2.3
New features
Bug fixes
- Address the issue of
evalfis for interval type-2 fis: it now gives a single (rather than two) crisp defuzzified output.
FuzzyR 2.2
New features
- Add
err.trn.fix flag to function anfis.optimise.
- Add height option to membership functions:
gbellmf, gbell.fuzzification, it2gbellmf, singletonmf, gaussmf, it2gaussmf, trapmf, it2trapmf, trimf, it2trimf, trimf.fuzzification.
- New functions:
gauss.fuzzification, it2gbell.fuzzification.
- Change functions
addfis, addmf, evalfis to include interval type-2 features (Mamdani).
Bug fixes
- Change function
evalfis to address the issue of a fis with multiple outputs.
- Address the issue of initialisation when
a == 0 for funtions init.params.gbell and init.params.it2gbell.
Other changes
FuzzyR 2.1
New features
Bug fixes
- Customise function
match.fun to address the issue that functions cannot be matched due to environmental settings.
- Change function
gensurf to address a color issue.
- Change function
defuzz to address an issue when all membership grades are equal to zero.
- Change function
anfis.dMF.dP.gbellmf to address the issue of infinite outputs due to large factors.
- Change function
plotmf to address an issue of customised label.
Other changes