Learn R Programming

FuzzyR (version 2.3.2)

showrule: 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

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataLab