fm.generate_fm_2additive_convex_withsomeindependent: Function for generating 2additive convex fuzzy measures with...

View source: R/Rfmtool.r

fm.generate_fm_2additive_convex_withsomeindependentR 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)

  

Rfmtool documentation built on Feb. 16, 2023, 9:21 p.m.