fm.NonmodularityIndexKinteractive | R Documentation |
Calculate all the m = 2^n nonmodularity indices of k-interactive fuzzy measure v given in standard representation (in cardinality ordering)
fm.NonmodularityIndexKinteractive(v, env = NULL, kadd = "NA")
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 |
output |
The output is an array of size m. |
Gleb Beliakov, Andrei Kelarev, Quan Vu, Daniela L. Calderon, Deakin University
env<-fm.Init(3) fm.NonmodularityIndexKinteractive(c(0,0.3,0.5,0.6,0.4,0.8,0.7,1),env,2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.