# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "Rfuzzycoco" in publications use:' type: software license: GPL-3.0-or-later title: 'Rfuzzycoco: Provides an R Interface to the ''FuzzyCoCo'' C++ Library and Extends It' version: 0.1.0 doi: 10.32614/CRAN.package.Rfuzzycoco abstract: Provides and extends the 'Fuzzy Coco' algorithm by wrapping the 'FuzzyCoCo' 'C++' Library, cf . 'Fuzzy Coco' constructs systems that predict the outcome of a human decision-making process while providing an understandable explanation of a possible reasoning leading to it. The constructed fuzzy systems are composed of rules and linguistic variables. This package provides a 'S3' classic interface (fit_xy()/fit()/predict()/evaluate()) and a 'tidymodels'/'parsnip' interface, a custom engine with custom iteration stop criterion and progress bar support as well as a systematic implementation that do not rely on genetic programming but rather explore all possible combinations. authors: - family-names: Forner given-names: Karl email: karl.forner@gmail.com repository: https://lonza-rnd-data-science.r-universe.dev repository-code: https://github.com/Lonza-RND-Data-Science/Rfuzzycoco commit: c7267ec519299c299b2b69e69618338cfce81b45 url: https://github.com/Lonza-RND-Data-Science/Rfuzzycoco date-released: '2025-10-16' contact: - family-names: Forner given-names: Karl email: karl.forner@gmail.com