showGUI {FuzzyR} | R Documentation |
Show a Graphic User Interface to display membership function plots for input and output, rules and evaluate the fis.
showGUI(fis, advancedGUI = FALSE)
fis |
Requires a fis structure to display a GUI. |
advancedGUI |
TRUE/FALSE; if TRUE, an advanced GUI with more features is provided (provided by science@sboldt.com). |
This function is purposed to display all the membership plots and rules of fis object in Graphic User Interface (GUI). It also provide a function to evaluate the fis object.
showGUI(fis) will display the GUI of fis object.
Return the GUI to display membership function for input and output together with rules.
Tajul Razak
fis <- tipper()
fis <- showGUI(fis)