fm.InteractionB {Rfmtool} | R Documentation |
Banzhaf Interaction Index computation function
Description
Calculates all the Banzhaf Interaction indices of input criteria for a standard fuzzy measure.
Usage
fm.InteractionB(v,env)
Arguments
v |
Fuzzy measure value in standard representation |
env |
Environment variable obtained from fm.Init(n). |
Value
output |
The output is a matrix, whose first column stores the Banzhaf Interaction index values, and the second column stores the indices of criteria in coalitions. |
Author(s)
Gleb Beliakov, Andrei Kelarev, Quan Vu, Daniela L. Calderon, Deakin University
Examples
env<-fm.Init(3)
fm.InteractionB(c(0, 0.3, 0.5, 0.6, 0.4, 0.8, 0.7, 1),env)
[Package Rfmtool version 5.0.4 Index]