Learn R Programming

FuzzyR (version 2.3.2)

anfis.builder: ANFIS model builder

Description

To build an ANFIS model from an existing FIS model

Usage

anfis.builder(fis)

Arguments

fis

A fuzzy inference system model initialised by newfis.

Value

An ANFIS model

References

[1] C. Chen, R. John, J. Twycross, and J. M. Garibaldi, <U+201C>An extended ANFIS architecture and its learning properties for type-1 and interval type-2 models,<U+201D> in Proceedings IEEE International Conference on Fuzzy Systems, 2016, pp. 602<U+2013>609. 10.1109/FUZZ-IEEE.2016.7737742

[2] C. Chen, R. John, J. Twycross, and J. M. Garibaldi, <U+201C>Type-1 and interval type-2 ANFIS: a comparison,<U+201D> in Proceedings IEEE International Conference on Fuzzy Systems, 2017, pp. 1<U+2013>6. 10.1109/FUZZ-IEEE.2017.8015555

Examples

Run this code
# NOT RUN {
fis <- anfis.tipper()
anfis <- anfis.builder(fis)
# }

Run the code above in your browser using DataLab