Other packages > Find by keyword >

RoughSets  

Data Analysis Using Rough Set and Fuzzy Rough Set Theories
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("RoughSets", "1.3-8")



Attach the package and use:
library("RoughSets")
Maintained by
Christoph Bergmeir
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2014-02-04
Latest Update: 2024-01-23
Description:
Implementations of algorithms for data analysis based on the rough set theory (RST) and the fuzzy rough set theory (FRST). We not only provide implementations for the basic concepts of RST and FRST but also popular algorithms that derive from those theories. The methods included in the package can be divided into several categories based on their functionality: discretization, feature selection, instance selection, rule induction and classification based on nearest neighbors. RST was introduced by Zdzislaw Pawlak in 1982 as a sophisticated mathematical tool to model and process imprecise or incomplete information. By using the indiscernibility relation for objects/instances, RST does not require additional parameters to analyze the data. FRST is an extension of RST. The FRST combines concepts of vagueness and indiscernibility that are expressed with fuzzy sets (as proposed by Zadeh, in 1965) and RST.
How to cite:
Christoph Bergmeir (2014). RoughSets: Data Analysis Using Rough Set and Fuzzy Rough Set Theories. R package version 1.3-8, https://cran.r-project.org/web/packages/RoughSets. Accessed 05 Jan. 2025.
Previous versions and publish date:
1.0-0 (2014-02-04 18:38), 1.1-0 (2014-06-19 13:14), 1.2-0 (2015-03-19 06:55), 1.2-1 (2015-03-24 07:29), 1.3-0 (2015-09-05 09:37), 1.3-7 (2019-12-15 07:30)
Other packages that cited RoughSets R package
View RoughSets citation profile
Other R packages that RoughSets depends, imports, suggests or enhances
Complete documentation for RoughSets
Functions, R codes and Examples using the RoughSets R package
Some associated functions: A.Introduction-RoughSets . B.Introduction-FuzzyRoughSets . BC.IND.relation.FRST . BC.IND.relation.RST . BC.LU.approximation.FRST . BC.LU.approximation.RST . BC.boundary.reg.RST . BC.discernibility.mat.FRST . BC.discernibility.mat.RST . BC.negative.reg.RST . BC.positive.reg.FRST . BC.positive.reg.RST . C.FRNN.FRST . C.FRNN.O.FRST . C.POSNN.FRST . D.discretization.RST . D.discretize.equal.intervals.RST . D.discretize.quantiles.RST . D.global.discernibility.heuristic.RST . D.local.discernibility.heuristic.RST . FS.DAAR.heuristic.RST . FS.all.reducts.computation . FS.feature.subset.computation . FS.greedy.heuristic.reduct.RST . FS.greedy.heuristic.superreduct.RST . FS.nearOpt.fvprs.FRST . FS.one.reduct.computation . FS.permutation.heuristic.reduct.RST . FS.quickreduct.FRST . FS.quickreduct.RST . FS.reduct.computation . IS.FRIS.FRST . IS.FRPS.FRST . MV.conceptClosestFit . MV.deletionCases . MV.globalClosestFit . MV.missingValueCompletion . MV.mostCommonVal . MV.mostCommonValResConcept . RI.AQRules.RST . RI.CN2Rules.RST . RI.GFRS.FRST . RI.LEM2Rules.RST . RI.hybridFS.FRST . RI.indiscernibilityBasedRules.RST . RI.laplace . RoughSetData . RoughSets-package . SF.applyDecTable . SF.asDecisionTable . SF.asFeatureSubset . SF.read.DecisionTable . X.entropy . X.gini . X.laplace . X.nOfConflicts . X.ruleStrength . X.rulesCounting . as.character.RuleSetRST . as.list.RuleSetRST . predict.RuleSetFRST . predict.RuleSetRST . print.FeatureSubset . print.RuleSetRST . sub-.RuleSetRST . summary.IndiscernibilityRelation . summary.LowerUpperApproximation . summary.PositiveRegion . summary.RuleSetFRST . summary.RuleSetRST . 
Some associated R codes: BasicFuzzyRoughSets.R . BasicRoughSets.OtherFuncCollections.R . BasicRoughSets.R . Discretization.OtherFuncCollections.R . Discretization.R . FeatureSelection.OtherFuncCollections.R . FeatureSelection.R . FuzzyRoughSets-introduction.R . IOFunctions.R . InstanceSelection.OtherFuncCollections.R . InstanceSelection.R . MissingValue.R . NearestNeigbour.OtherFuncCollections.R . NearestNeigbour.R . RcppExports.R . RoughSets-introduction.R . RoughSets-package.R . RuleInduction.OtherFuncCollections.R . RuleInduction.R . docData.R .  Full RoughSets package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

ENMeval  
Automated Tuning and Evaluations of Ecological Niche Models
Runs ecological niche models over all combinations of user-defined settings (i.e., tuning), performs ...
Download / Learn more Package Citations See dependency  
uclust  
Clustering and Classification Inference with U-Statistics
Clustering and classification inference for high dimension low sample size (HDLSS) data with U-stati ...
Download / Learn more Package Citations See dependency  
bama  
High Dimensional Bayesian Mediation Analysis
Perform mediation analysis in the presence of high-dimensional mediators based on the potential out ...
Download / Learn more Package Citations See dependency  
GFisher  
Generalized Fisher's Combination Tests Under Dependence
Accurate and computationally efficient p-value calculation methods for a general family of Fisher ty ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
interplot  
Plot the Effects of Variables in Interaction Terms
Plots the conditional coefficients ("marginal effects") of variables included in multiplicative int ...
Download / Learn more Package Citations See dependency  
Maintainer: Yue Hu (view profile)

23,440

R Packages

202,297

Dependencies

63,567

Author Associations

23,434

Publication Badges

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