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

View source: R/Rfmtool.r

fm.fm_arraysizeR Documentation

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")

Arguments

env

Environment variable obtained from fm.Init(n).

kint

Interactive fuzzy measure. 0 < kint <= n

Value

output

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

Author(s)

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

Examples

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

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