Learn R Programming

fugeR (version 0.1.2)

fugeR.load: Load a fuzzy system.

Description

Load a fuzzy system.

Usage

fugeR.load(file="")

Arguments

file
[\"\"] A character string naming a file.

Details

Load a fuzzy system saved into a file with fugeR.save

See Also

fugeR.save

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.save( fis, file=\'./myFis.R\' )
# 
# savedFis <- fugeR.load( file=\'./myFis.R\' )
# ## End(Not run)

Run the code above in your browser using DataLab