Learn R Programming

Rfmtool (version 5.0.3)

fm.fm_arraysize: Function for returning the length of the array

Description

Returns the length of the array of values of k-interactive fuzzy measures. Useful for reserving memory.

Usage

fm.fm_arraysize(env = NULL, kint = "NA")

Value

output

The outputs is the length of the array of values of k-interactive fuzzy measures

Arguments

env

Environment variable obtained from fm.Init(n).

kint

Interactive fuzzy measure. 0 < kint <= n

Author

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

Examples

Run this code
  env<-fm.Init(3)
  arraylength <- fm.fm_arraysize(env,1)
  

Run the code above in your browser using DataLab