Home
last modified time | relevance | path

Searched defs:cohort (Results 1 – 8 of 8) sorted by relevance

/external/rappor/analysis/R/
Dencode.R16 cohort = NULL, B = NULL, BP = NULL) { argument
59 list(value = value, rappor = rappor, B = B, BP = BP, cohort = cohort, id = id) nameattr
Dassociation.R155 bit_indices_by_cohort <- lapply(1:m, function(cohort) { argument
166 cohort <- cohorts[i] functionVar
/external/rappor/client/python/
Drappor.py163 def get_bloom_bits(word, cohort, num_hashes, num_bloombits): argument
235 def __init__(self, params, cohort, secret, irr_rand): argument
/external/rappor/client/cpp/
Dencoder.h108 uint32_t cohort() { return cohort_; } in cohort() function
Dencoder.cc411 void Encoder::set_cohort(uint32_t cohort) { in set_cohort()
/external/rappor/tests/
Dgen_true_values.R63 data.frame(client = clients, cohort = cohorts, value = values) nameattr
/external/rappor/client/java/com/google/rappor/
DEncoder.java156 private final int cohort; field in Encoder
/external/rappor/bin/
Ddecode_assoc.R151 map_by_cohort <- lapply(0 : (params$m-1), function(cohort) { argument