Searched refs:GenerateCounts (Results 1 – 3 of 3) sorted by relevance
/external/rappor/tests/ |
D | gen_counts_test.R | 37 counts0 <- GenerateCounts(c(report_params, noise0), map, partition, v) 52 counts1 <- GenerateCounts(c(report_params, noise1), map, partition, v) 61 counts2 <- GenerateCounts(c(report_params, noise2), map, partition, v)
|
D | gen_counts.R | 68 GenerateCounts <- function(params, true_map, partition, reports_per_client) { function 194 counts <- GenerateCounts(params, true_map$map, partition, reports_per_client)
|
/external/rappor/analysis/R/ |
D | decode_test.R | 95 counts <- GenerateCounts(params, map, partition, 1) 183 counts <- GenerateCounts(params, map, partition, 1)
|