Learn R Programming

FuzzyToolkitUoN (version 1.0)

Type 1 Fuzzy Logic Toolkit

Description

A custom framework for working with Type 1 Fuzzy Logic, produced by the University of Nottingham IMA Group.

Copy Link

Version

Install

install.packages('FuzzyToolkitUoN')

Monthly Downloads

14

Version

1.0

License

GPL (>= 2)

Maintainer

Jon Garibaldi

Last Published

April 26th, 2013

Functions in FuzzyToolkitUoN (1.0)

plotMF

Plots a 2D graph of all membership functions in a variable.
writeFIS

Write a FIS object to file.
triMF

Create a triangular membership function.
evalMF

Evaluation of a membership function.
gaussMF

Creates a gaussian membership function.
showFIS

Show a FIS object.
gensurf

Produce a graphical evaluated fuzzy inference system.
mfValidate

Validate the input of a membership function. mfValidate
nameValidate

Validate the name of an object.
newFIS

Create a FIS newFIS
trapMF

Create a trapezoidal membership function.
addMF

Insert a membership function.
addRule

Inserts a rule
removeVar

Remove a variable.
removeMF

Remove a membership function.
meshgrid

Union of two vectors.
gaussbMF

Create a gaussian bell membership function.
addVar

Insert a variable
evalFIS

Evaluate a Fuzzy Inference System.
FuzzyToolkitUoN-package

Type 1 Fuzzy Logic Toolkit
defuzz

Defuzzify a set of values.
readFIS

Read a FIS object from a .fis file. readFIS
tippertest

Produces an example FIS object.