powered by
Calculates the dual of a k-additive fuzzy measures for n inputs.
fm.dualMobKadd(Mob, env = NULL, kadd = "NA")
The output is the dual of a k-additive fuzzy measures for n inputs
Mobius fuzzy measure of size m=2^n. Its values can be provided by users, or by estimating from empirical data.
Environment variable obtained from fm.Init(n).
Value of k-interactivity, which is used for reducing the complexity of fuzzy measures. It is defined as an optional argument
Gleb Beliakov, Andrei Kelarev, Quan Vu, Daniela L. Calderon, Deakin University
env<-fm.Init(3) dualMob_Kadd <- fm.dualMobKadd(c(0.0, 0.3, 0.5, -0.2, 0.4, 0.1, -0.2, 0.1), env,2)
Run the code above in your browser using DataLab