Home
last modified time | relevance | path

Searched refs:em_executable (Results 1 – 4 of 4) sorted by relevance

/external/rappor/analysis/R/
Dassociation_test.R267 RunEmExecutable <- function(em_executable, cond_prob, max_em_iters) { argument
270 if (!file.exists(em_executable)) {
271 stop(sprintf("EM executable %s doesn't exist (build it?)", em_executable))
273 em_iter_func <- ConstructFastEM(em_executable, "/tmp")
Dfast_em.R94 ConstructFastEM <- function(em_executable, tmp_dir) { argument
120 cmd <- sprintf("%s %s %s %s", em_executable, input_path, output_path,
/external/rappor/pipeline/
Dassoc.sh48 local em_executable=$FAST_EM
66 --em-executable $em_executable \
/external/rappor/bin/
Ddecode_assoc.R369 if (opts$em_executable != "") {
370 Log('Will shell out to %s for native EM implementation', opts$em_executable)
371 em_iter_func <- ConstructFastEM(opts$em_executable, opts$tmp_dir)