showrule {FuzzyR} | R Documentation |
All the rule is showing from fis object
showrule(fis)
fis |
A fis must be provided. |
Show the total of rules inside fis object
fis <- tipper()
ruleList <- rbind(c(1,1,1,1,2), c(2,0,2,1,1), c(3,2,3,1,2))
fis <- addrule(fis, ruleList)
showrule(fis)