showrule {FuzzyR} | R Documentation |
Showing rule from fis object
Description
All the rule is showing from fis object
Usage
showrule(fis)
Arguments
fis |
A fis must be provided. |
Value
Show the total of rules inside fis object
Examples
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)
[Package FuzzyR version 2.3.2 Index]