Remove duplicate features that exist in multiple feature sets and retain a reproducible random selection of one of them
filter_duplicates(data, preference = NULL, seed = 123)feature_calculations object containing filtered feature data
feature_calculations object containing the raw feature matrix produced by calculate_features
deprecated. Do not use
integer denoting a fix for R's pseudo-random number generator to ensure selections are reproducible. Defaults to 123
Trent Henderson