Learn R Programming

Rfmtool (version 5.0.3)

fm.export_maximal_chains: 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)

Value

output

The output is mc the arrays of maximal chains

Arguments

v

Fuzzy measure in general representation.

env

Environment variable obtained from fm.Init(n).

Author

Gleb Beliakov, Andrei Kelarev, Quan Vu, Daniela L. Calderon, Deakin University

Examples

Run this code
  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)
  

Run the code above in your browser using DataLab