Functions | |
def | choices (k) |
Variables | |
a | |
base = sys.argv[1] | |
list | field_freqs |
field_type | |
int | i = 1 |
label | |
list | population = [item[0] for item in field_freqs] |
version | |
list | weights = [item[1] for item in field_freqs] |
def gen_synthetic_protos.choices | ( | k | ) |
Definition at line 73 of file gen_synthetic_protos.py.
gen_synthetic_protos.a |
Definition at line 100 of file gen_synthetic_protos.py.
gen_synthetic_protos.base = sys.argv[1] |
Definition at line 31 of file gen_synthetic_protos.py.
list gen_synthetic_protos.field_freqs |
Definition at line 33 of file gen_synthetic_protos.py.
gen_synthetic_protos.field_type |
Definition at line 102 of file gen_synthetic_protos.py.
int gen_synthetic_protos.i = 1 |
Definition at line 99 of file gen_synthetic_protos.py.
gen_synthetic_protos.label |
Definition at line 102 of file gen_synthetic_protos.py.
list gen_synthetic_protos.population = [item[0] for item in field_freqs] |
Definition at line 70 of file gen_synthetic_protos.py.
gen_synthetic_protos.version |
Definition at line 100 of file gen_synthetic_protos.py.
list gen_synthetic_protos.weights = [item[1] for item in field_freqs] |
Definition at line 71 of file gen_synthetic_protos.py.