fm.Shapley2addMob {Rfmtool} | R Documentation |
Function for calculating Shapley values of 2-additive fuzzy measure in Mobius representation
Description
Calculate the Shapley values of a 2-additive fuzzy measure for n inputs given in Mobius representation. The results are in arrays.
Usage
fm.Shapley2addMob(n, Mob)
Arguments
n |
Number of inputs |
Mob |
Fuzzy measure value in Mobius representation |
Value
output |
The output is an array of size n, which contain Shapley indices of input criteria. |
Author(s)
Gleb Beliakov, Andrei Kelarev, Quan Vu, Daniela L. Calderon, Deakin University
Examples
Shapley <- fm.Shapley2addMob(3, c(0.0, 0.3, 0.5, -0.2, 0.4, 0.1))
[Package Rfmtool version 5.0.4 Index]