fm.fm_arraysize {Rfmtool}R 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)
  

[Package Rfmtool version 5.0.4 Index]