fxtract
fxtract copied to clipboard
Allow vector or list with functions in $add_feature
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)