filter_duplicates {theftdlc} | R Documentation |
Remove duplicate features that exist in multiple feature sets and retain a reproducible random selection of one of them
Description
Remove duplicate features that exist in multiple feature sets and retain a reproducible random selection of one of them
Usage
filter_duplicates(data, preference = NULL, seed = 123)
Arguments
data |
|
preference |
deprecated. Do not use |
seed |
|
Value
feature_calculations
object containing filtered feature data
Author(s)
Trent Henderson
[Package theftdlc version 0.1.0 Index]