fm.fm_arraysize {Rfmtool} | R Documentation |
Returns the length of the array of values of k-interactive fuzzy measures. Useful for reserving memory.
fm.fm_arraysize(env = NULL, kint = "NA")
env |
Environment variable obtained from fm.Init(n). |
kint |
Interactive fuzzy measure. 0 < kint <= n |
output |
The outputs is the length of the array of values of k-interactive fuzzy measures |
Gleb Beliakov, Andrei Kelarev, Quan Vu, Daniela L. Calderon, Deakin University
env<-fm.Init(3)
arraylength <- fm.fm_arraysize(env,1)