Description Usage Arguments Author(s) See Also Examples
Save a fuzzy system into a file.
1 | fugeR.save(fuzzySystem, file="")
|
fuzzySystem |
[NULL] The fuzzy system to save. |
file |
[\"\"] A character string naming a file. |
Alexandre Bujard, HEIG-VD, Jul'2012
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | ##
##
## 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.