estimateTimeToComputeTargetDefinition: Estimate Time To Complete Calculation of Target Definition

Description Usage Arguments Examples

Description

This code provides a rough approximation for the number of seconds that a calculation of target definition may run.

Usage

1
2
3
estimateTimeToComputeTargetDefinition(X, cutoff = 1, cores = 1,
  na.recode = TRUE, Hdef = new("sdcHashingDefinitionClass", X = X, na.recode
  = na.recode))

Arguments

X

A data frame with the data (not necessarily standardised).

cutoff

The minimum residual cell size.

cores

The number of cores to be used in parallel processing. The default is linear processing: i.e., core = 1.

na.recode

Whether NA values should be treated as levels.

Hdef

A hashing definition (might be generated from a larger set of data).

Examples

1
2
3

sdcTarget documentation built on May 2, 2019, 8:16 a.m.