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 01 Mar. 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
01/3001/3102/0102/0202/0302/0402/0502/0602/0702/0802/0902/1002/1102/1202/1302/1402/1502/1602/1702/1802/1902/2002/2102/2202/2302/2402/2502/2602/27Downloads for frbs101520253035404550556065TrendBars

Today's Hot Picks in Authors and Packages

cjbart  
Heterogeneous Effects Analysis of Conjoint Experiments
A tool for analyzing conjoint experiments using Bayesian Additive Regression Trees ('BART'), a machi ...
Download / Learn more Package Citations See dependency  
bcf  
Causal Inference using Bayesian Causal Forests
Causal inference for a binary treatment and continuous outcome using Bayesian Causal Forests. See Ha ...
Download / Learn more Package Citations See dependency  
zipfextR  
Zipf Extended Distributions
Implementation of four extensions of the Zipf distribution: the Marshall-Olkin Extended Zipf (MOEZi ...
Download / Learn more Package Citations See dependency  
OPI  
Open Perimetry Interface
Implementation of the Open Perimetry Interface (OPI) for simulating and controlling visual field mac ...
Download / Learn more Package Citations See dependency  
addhazard  
Fit Additive Hazards Models for Survival Analysis
Contains tools to fit the additive hazards model to data from a cohort, random sampling, two-phase ...
Download / Learn more Package Citations See dependency  
tcgaViz  
Visualization Tool for the Cancer Genome Atlas Program (TCGA)
Differential analysis of tumor tissue immune cell type abundance based on RNA-seq gene-level express ...
Download / Learn more Package Citations See dependency  

23,762

R Packages

206,309

Dependencies

64,478

Author Associations

23,763

Publication Badges

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