| fm.generate_fm_2additive_convex_withsomeindependent {Rfmtool} | R Documentation | 
Function for generating 2additive convex fuzzy measures with some independent inputs
Description
Generates num 2-additive convex (supermodular) fuzzy measures for n inputs. Some of the interaction indices are set to 0 (independence).
Usage
  fm.generate_fm_2additive_convex_withsomeindependent(num, n)
Arguments
num | 
 Generates num convex random fuzzy measures stored consecutively in cardinality ordering in the array  | 
n | 
 Number of inputs  | 
Value
output | 
 The output is the length of the part of the array v allocated for each fuzzy measure, and the array with singletons and pairs in Mobius representation  | 
Author(s)
Gleb Beliakov, Andrei Kelarev, Quan Vu, Daniela L. Calderon, Deakin University
Examples
  addconvex <- fm.generate_fm_2additive_convex_withsomeindependent(5,20)
  
[Package Rfmtool version 5.0.4 Index]