fm.export_maximal_chains {Rfmtool} | R Documentation |
Function for exporting maximal chains
Description
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
Usage
fm.export_maximal_chains(v, env = NULL)
Arguments
v |
Fuzzy measure in general representation. |
env |
Environment variable obtained from fm.Init(n). |
Value
output |
The output is mc the arrays of maximal chains |
Author(s)
Gleb Beliakov, Andrei Kelarev, Quan Vu, Daniela L. Calderon, Deakin University
Examples
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)
[Package Rfmtool version 5.0.4 Index]