powered by
estimateTimeToComputeTargetDefinition(X, cutoff = 1, cores = 1, na.recode = TRUE, Hdef = new("sdcHashingDefinitionClass", X = X, na.recode = na.recode))
core = 1
set.seed(256) my.X <- data.frame(matrix(ifelse(runif(500)>.5, TRUE, FALSE), ncol = 5)) estimateTimeToComputeTargetDefinition(X = my.X)
Run the code above in your browser using DataLab