Extracts features values according to features definitions
getFeaturesValues(
features,
features_def,
operators = c("+", "-", "*", "/", "(", ")", "ABS", "COS", "SIN", "SQR", "SQRT"),
split = "|",
...
)
a data.frame of features values.
a data.frame of features, typically an object of class `IFC_features`.
a list of features definitions, typically an object of class `IFC_features_def`.
operators used. Default is c("+", "-", "*", "/", "(", ")", "ABS", "COS", "SIN", "SQR", "SQRT").
string used for splitting. Default is "|".