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 09 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

pooling  
Fit Poolwise Regression Models
Functions for calculating power and fitting regression models in studies where a biomarker is measur ...
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  
Rgb  
The R Genome Browser
Classes and methods to efficiently handle (slice, annotate, draw ...) genomic features (such as gene ...
Download / Learn more Package Citations See dependency  
rzentra  
Client for the 'ZENTRA Cloud' API
Provides functionality to read settings, statuses and readings of weather stations from the 'ZENTRA ...
Download / Learn more Package Citations See dependency  
ggblanket  
Simplify 'ggplot2' Visualisation
Simplify 'ggplot2' visualisation with 'ggblanket' wrapper functions. ...
Download / Learn more Package Citations See dependency  

26,293

R Packages

225,784

Dependencies

70,376

Author Associations

26,294

Publication Badges

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