Other packages > Find by keyword >

frbs  

Fuzzy Rule-Based Systems for Classification and Regression Tasks
View on CRAN: Click here


Download and install frbs package within the R console
Install from CRAN:
install.packages("frbs")

Install from Github:
library("remotes")
install_github("cran/frbs")

Install by package version:
library("remotes")
install_version("frbs", "3.2-0")



Attach the package and use:
library("frbs")
Maintained by
Christoph Bergmeir
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2012-10-29
Latest Update: 2019-12-15
Description:
An implementation of various learning algorithms based on fuzzy rule-based systems (FRBSs) for dealing with classification and regression tasks. Moreover, it allows to construct an FRBS model defined by human experts. FRBSs are based on the concept of fuzzy sets, proposed by Zadeh in 1965, which aims at representing the reasoning of human experts in a set of IF-THEN rules, to handle real-life problems in, e.g., control, prediction and inference, data mining, bioinformatics data processing, and robotics. FRBSs are also known as fuzzy inference systems and fuzzy models. During the modeling of an FRBS, there are two important steps that need to be conducted: structure identification and parameter estimation. Nowadays, there exists a wide variety of algorithms to generate fuzzy IF-THEN rules automatically from numerical data, covering both steps. Approaches that have been used in the past are, e.g., heuristic procedures, neuro-fuzzy techniques, clustering methods, genetic algorithms, squares methods, etc. Furthermore, in this version we provide a universal framework named 'frbsPMML', which is adopted from the Predictive Model Markup Language (PMML), for representing FRBS models. PMML is an XML-based language to provide a standard for describing models produced by data mining and machine learning algorithms. Therefore, we are allowed to export and import an FRBS model to/from 'frbsPMML'. Finally, this package aims to implement the most widely used standard procedures, thus offering a standard package for FRBS modeling to the R community.
How to cite:
Christoph Bergmeir (2012). frbs: Fuzzy Rule-Based Systems for Classification and Regression Tasks. R package version 3.2-0, https://cran.r-project.org/web/packages/frbs. Accessed 06 Mar. 2026.
Previous versions and publish date:
1.0-0 (2012-10-29 13:50), 2.0-0 (2013-02-27 17:13), 2.1-0 (2013-03-21 17:46), 2.2-0 (2014-02-03 12:49), 3.0-0 (2015-01-16 06:42), 3.1-0 (2015-05-22 13:19)
Other packages that cited frbs R package
View frbs citation profile
Other R packages that frbs depends, imports, suggests or enhances
Complete documentation for frbs
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

lbfgs  
Limited-memory BFGS Optimization
A wrapper built around the libLBFGS optimization library by Naoaki Okazaki. The lbfgs package implem ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
openxlsx  
Read, Write and Edit xlsx Files
Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, stylin ...
Download / Learn more Package Citations See dependency  
solitude  
An Implementation of Isolation Forest
Isolation forest is anomaly detection method introduced by the paper Isolation based Anomaly Detecti ...
Download / Learn more Package Citations See dependency  
mlr3viz  
Visualizations for 'mlr3'
Visualization package of the 'mlr3' ecosystem. It features plots for mlr3 objects such as tasks, le ...
Download / Learn more Package Citations See dependency  
DatabionicSwarm  
Swarm Intelligence for Self-Organized Clustering
Algorithms implementing populations of agents that interact with one another and sense their environ ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA