fm.NonmodularityIndexKinteractive {Rfmtool} | R Documentation |
NonmodularityIndexKinteractive computation function
Description
Calculate all the m = 2^n nonmodularity indices of k-interactive fuzzy measure v given in standard representation (in cardinality ordering)
Usage
fm.NonmodularityIndexKinteractive(v, env = NULL, kadd = "NA")
Arguments
v |
Fuzzy measure in general representation. |
env |
Environment variable obtained from fm.Init(n). |
kadd |
kadd is the value of k-additivity, which is used for reducing the complexity of fuzzy measures. default value is kadd = n. 1 < kadd < n+1; if kdd=n - f.m. is unrestricted |
Value
output |
The output is an array of size m. |
Author(s)
Gleb Beliakov, Andrei Kelarev, Quan Vu, Daniela L. Calderon, Deakin University
Examples
env<-fm.Init(3)
fm.NonmodularityIndexKinteractive(c(0,0.3,0.5,0.6,0.4,0.8,0.7,1),env,2)
[Package Rfmtool version 5.0.4 Index]