RfmtoolProgramming library of fuzzy measure which provides various tools for handling fuzzy measures, calculating Shapley value and Interaction index, Choquet Integrals, as well as fitting fuzzy measures to empirical data. It is distributed as a standard R package containing source code files, data sample, and examples. The routine code for fuzzy measure operation is mainly written in C/C++. We supply a “wrapper” function, which allows the operations and data input/output to be performed in the R environment. There are two distribution files for this package:
For more information about its application please refer to:
InstallationFor Window UsersThe Rfmtool.zip is a standard R package for installation and operation in the Windows environment.Windows users can install this package by selecting the installation package from local zip files menu bar in the R graphic user interface. Then select the Rfmtool.zip for installation. The current package should work with R 3.1.2. If you are using a newer version of R, you may need to recompile the Rfmtool package. The instruction is as follow + Download and install Rtool http://cran.r-project.org/bin/windows/Rtools/ + Add Class Path C:\Rtools\gcc-4.6.3\bin; C:\Rtools\bin; C:\Program Files\R\R-3.1.2\bin\x64 + Download the Rfmtool.tar.gz (the package used for linux below) + Open Command Prompt (cmd). Navigate to the location where you store Rfmtool.tar.gz and type R CMD INSTALL --build Rfmtool.tar.gz It will compile into window package Rfmool.zip for both 32 and 64 bit. For Linux UsersThe Rfmtool.tar,gz is a standard R package for installation and operation in the Linux environment. It contains source code, data and examples. ReferencesThis package is developed based on the source code of a "fmtools" package for fuzzy measure operation:
|
TULIP Resources >