Learn R Programming

Rfmtool (version 5.0.3)

fm.NonmodularityIndexKinteractive: 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")

Value

output

The output is an array of size m.

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

Author

Gleb Beliakov, Andrei Kelarev, Quan Vu, Daniela L. Calderon, Deakin University

Examples

Run this code
  env<-fm.Init(3)
  fm.NonmodularityIndexKinteractive(c(0,0.3,0.5,0.6,0.4,0.8,0.7,1),env,2)
  

Run the code above in your browser using DataLab