Package: lfl 2.2.1
lfl: Linguistic Fuzzy Logic
Various algorithms related to linguistic fuzzy logic: mining for linguistic fuzzy association rules, composition of fuzzy relations, performing perception-based logical deduction (PbLD), and forecasting time-series using fuzzy rule-based ensemble (FRBE). The package also contains basic fuzzy-related algebraic functions capable of handling missing values in different styles (Bochvar, Sobocinski, Kleene etc.), computation of Sugeno integrals and fuzzy transform.
Authors:
lfl_2.2.1.tar.gz
lfl_2.2.1.tar.gz(r-4.5-noble)lfl_2.2.1.tar.gz(r-4.4-noble)
lfl_2.2.1.tgz(r-4.4-emscripten)lfl_2.2.1.tgz(r-4.3-emscripten)
lfl.pdf |lfl.html✨
lfl/json (API)
NEWS
# Install 'lfl' in R: |
install.packages('lfl', repos = 'https://cloud.r-project.org') |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 5 months agofrom:f08c9ffd79. Checks:3 OK. Indexed: no.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Mar 22 2025 |
R-4.5-linux-x86_64 | OK | Mar 22 2025 |
R-4.4-linux-x86_64 | OK | Mar 22 2025 |
Exports:aggregateConsequentsalgebraallowed.lingexprantecedentsas.ctx3as.ctx3bilatas.ctx5as.ctx5bilatcomposeconsequentsctx3ctx3bilatctx5ctx5bilatdefaultHedgeParamsdefuzzdragonflyequidistequifreqevalfrbefarulesfcutfirefrbefsetsftftinvgoedel.biresiduumgoedel.residuumgoedel.tconormgoedel.tnormgoguen.biresiduumgoguen.residuumgoguen.tconormgoguen.tnormhedgehorizoninvol.negis.algebrais.ctx3is.ctx3bilatis.ctx5is.ctx5bilatis.farulesis.frbeis.fsetsis.ftis.specifickleenelcutlingexprlowerEstlukas.biresiduumlukas.residuumlukas.tconormlukas.tnormmaseminmaxmultnelsonpbldperceivepgoedel.tconormpgoedel.tnormpgoguen.tconormpgoguen.tnormplukas.tconormplukas.tnormquantifierraisedcosraisedcosinerbcoveragereducermsesearchrulesslicessmapesobocinskispecsspecs<-strict.negsugenotriangletriangularvarsvars<-
Dependencies:classclicodetoolscolorspacecurle1071fansifarverforeachforecastfracdiffgenericsggplot2gluegtableisobanditeratorsjsonlitelabelinglatticelifecyclelmtestmagrittrMASSMatrixmgcvmunsellnlmennetpillarpkgconfigplyrproxyquadprogquantmodR6RColorBrewerRcppRcppArmadillorlangscalestibbletimeDatetseriesTTRurcautf8vctrsviridisLitewithrxtszoo
Citation
Burda M, Štěpnička M (2021). “lfl: An R package for linguistic fuzzy logic.” Fuzzy Sets and Systems. ISSN 0165-0114, doi:10.1016/j.fss.2021.07.007.
Corresponding BibTeX entry:
@Article{, title = {lfl: An {R} package for linguistic fuzzy logic}, author = {Michal Burda and Martin Štěpnička}, journal = {Fuzzy Sets and Systems}, year = {2021}, issn = {0165-0114}, doi = {10.1016/j.fss.2021.07.007}, }
Readme and manuals
lfl
The lfl package provides various algorithms related to linguistic fuzzy logic: mining for linguistic fuzzy association rules, composition of fuzzy relations, performing perception-based logical deduction (PbLD), and forecasting time-series using fuzzy rule-based ensemble (FRBE). The package also contains basic fuzzy-related algebraic functions capable of handling missing values in different styles (Bochvar, Sobocinski, Kleene etc.), computation of Sugeno integrals and fuzzy transform.
Installation
To install the stable version from CRAN, simply issue the following command within your R session:
install.packages("lfl")
If you want to install the development version instead, type:
install.packages("devtools")
devtools::install_github("beerda/lfl")