powered by
Returns the length of the array of values of k-interactive fuzzy measures. Useful for reserving memory.
fm.fm_arraysize(env = NULL, kint = "NA")
The outputs is the length of the array of values of k-interactive fuzzy measures
Environment variable obtained from fm.Init(n).
Interactive fuzzy measure. 0 < kint <= n
Gleb Beliakov, Andrei Kelarev, Quan Vu, Daniela L. Calderon, Deakin University
env<-fm.Init(3) arraylength <- fm.fm_arraysize(env,1)
Run the code above in your browser using DataLab