fm.ShowCoalitions {Rfmtool} | R Documentation |
Return the decimal expression for the subsets A. In binary and in cardinality ordering respectively.
fm.ShowCoalitions(env = NULL)
env |
Environment variable obtained from fm.Init(n). |
output |
is the array of integers which show the decimal expressions for all 2^n coalitions. |
Gleb Beliakov, Andrei Kelarev, Quan Vu, Daniela L. Calderon, Deakin University
env<-fm.Init(3)
ShowCoalitions <- fm.ShowCoalitions(env)
ShowCoalitions