logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

fuzzylite - a fuzzy logic control library

Author

       Juan Rada-Vilela

version 5.0                                     October 26, 2014                                    fuzzylite(1)

Name

       fuzzylite - a fuzzy logic control library

Options

       -i inputfile
              file to import your engine from

       -if format
              format of the file to import (fll | fis | fcl)

       -o outputfile
              file to export your engine to

       -of format
              format of the file to export (fll | fld | cpp | java | fis | fcl)

       -example letter
              if not inputfile, built-in example to use as engine: (m)amdani or (t)akagi-sugeno

       -decimals number
              number of decimals to write floating-poing values

       -d datafile
              if exporting to fld, file of input values to evaluate your engine on

       -dmaximum number
              if exporting to fld without datafile, maximum number of results to export

       -dheader boolean
              if true and exporting to fld, include headers

       -dinputs boolean
              if true and exporting to fld, include input values

Synopsis

fuzzylite  [-i  inputfile] [-if format] [-o outputfile] [-of format] [-example letter] [-decimals number]
       [-d datafile] [-dmaximum number] [-dheader boolean] [-dinputs boolean]

See Also