fm.export_maximal_chains | R Documentation |
Returns in mc the arrays of maximal chains (there are n! such arrays) of a fuzzy measure v. Each maximal chain corresponds to the coefficients of a linea. function on the respective simplex
fm.export_maximal_chains(v, env = NULL)
v |
Fuzzy measure in general representation. |
env |
Environment variable obtained from fm.Init(n). |
output |
The output is mc the arrays of maximal chains |
Gleb Beliakov, Andrei Kelarev, Quan Vu, Daniela L. Calderon, Deakin University
env<-fm.Init(3) exportmaximalchains <- fm.export_maximal_chains( c(0, 0.00224, 0.0649, 0.510, 0.00965, 0.374,0.154, 1),env)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.