Learn R Programming

fugeR (version 0.1.2)

fugeR.summary: Summarize a fuzzy system.

Description

Summarize a fuzzy system.

Usage

fugeR.summary(fuzzySystem)

Arguments

fuzzySystem
[NULL] The fuzzy system to show.

Details

Show the text description of a fuzzy system in a human readable form.

See Also

fugeR.run

Examples

Run this code
##
## Not run: 
# fis <- fugeR.run (
# In,
# Out,
# generation=100,
# population=200,
# elitism=40,
# verbose=TRUE,
# threshold=0.5,
# sensiW=1.0,
# speciW=1.0,
# accuW=0.0,
# rmseW=1.0,
# maxRules=10,
# maxVarPerRule=2,
# labelsMf=2
# )
# 
# fugeR.summary(fis)
# ## End(Not run)

Run the code above in your browser using DataLab