fm.ShowCoalitionsCard {Rfmtool} | R Documentation |
Show CoalitionsCard function
Description
Return the decimal expression for the subsets A. In binary and in cardinality ordering respectively.
Usage
fm.ShowCoalitionsCard(env = NULL)
Arguments
env |
Environment variable obtained from fm.Init(n). |
Value
output |
The output the decimal expression for the subsets A. It is the array of integers containing the decimal expressions for all 2^n coalitions. |
Author(s)
Gleb Beliakov, Andrei Kelarev, Quan Vu, Daniela L. Calderon, Deakin University
Examples
env<-fm.Init(3)
CoalitionsCard <- fm.ShowCoalitionsCard(env)
CoalitionsCard
[Package Rfmtool version 5.0.4 Index]