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]
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 12 Apr. 2025.
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
03/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/10Downloads for frbs1020304050607080TrendBars

Today's Hot Picks in Authors and Packages

dials  
Tools for Creating Tuning Parameter Values
Many models contain tuning parameters (i.e. parameters that cannot be directly estimated from the d ...
Download / Learn more Package Citations See dependency  
modeest  
Mode Estimation
Provides estimators of the mode of univariate data or univariate distributions. ...
Download / Learn more Package Citations See dependency  
sparseBC  
Sparse Biclustering of Transposable Data
Implements the sparse biclustering proposal of Tan and Witten (2014), Sparse biclustering of transpo ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
pampe  
Implementation of the Panel Data Approach Method for Program Evaluation
Implements the Panel Data Approach Method for program evaluation as developed in Hsiao, Ching and Ki ...
Download / Learn more Package Citations See dependency  
rem  
Relational Event Models (REM)
Calculate endogenous network effects in event sequences and fit relational event models (REM): Using ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

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