Searched defs:cohort (Results 1 – 8 of 8) sorted by relevance
| /external/rappor/analysis/R/ |
| D | encode.R | 16 cohort = NULL, B = NULL, BP = NULL) { argument 59 list(value = value, rappor = rappor, B = B, BP = BP, cohort = cohort, id = id) nameattr
|
| D | association.R | 155 bit_indices_by_cohort <- lapply(1:m, function(cohort) { argument 166 cohort <- cohorts[i] functionVar
|
| /external/rappor/client/python/ |
| D | rappor.py | 163 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/ |
| D | encoder.h | 108 uint32_t cohort() { return cohort_; } in cohort() function
|
| D | encoder.cc | 411 void Encoder::set_cohort(uint32_t cohort) { in set_cohort()
|
| /external/rappor/tests/ |
| D | gen_true_values.R | 63 data.frame(client = clients, cohort = cohorts, value = values) nameattr
|
| /external/rappor/client/java/com/google/rappor/ |
| D | Encoder.java | 156 private final int cohort; field in Encoder
|
| /external/rappor/bin/ |
| D | decode_assoc.R | 151 map_by_cohort <- lapply(0 : (params$m-1), function(cohort) { argument
|