fxtract icon indicating copy to clipboard operation
fxtract copied to clipboard

Allow vector or list with functions in $add_feature

Open andreash0 opened this issue 5 years ago • 0 comments

If we have many features, it would be helpful if multiple feature functions could be added at once as a vector or list.

fun_vec = c(fun1, fun2) 
xtractor$add_feature(fun_vec)

andreash0 avatar Mar 07 '19 10:03 andreash0