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

feature_calculations object containing the raw feature matrix produced by calculate_features

preference

deprecated. Do not use

seed

integer denoting a fix for R's pseudo-random number generator to ensure selections are reproducible. Defaults to 123

Value

feature_calculations object containing filtered feature data

Author(s)

Trent Henderson


[Package theftdlc version 0.1.0 Index]