diff options
| author | garbash <dor.garbash@gmail.com> | 2015-02-23 07:51:07 -0800 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2015-02-23 07:51:09 -0800 |
| commit | 333ad28682208e4ac3047df7cc1b90477c0f52c5 (patch) | |
| tree | 24da4c7e5b9073d3b63121e8d47b680f47693fc4 /src | |
| parent | 99e398b110765bcdb7cbde9fc4a4095b0c2fec4f (diff) | |
Modified domain_cri for nicer demos
Diffstat (limited to 'src')
| -rw-r--r-- | src/local/domain/cri/domain_cri.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/local/domain/cri/domain_cri.py b/src/local/domain/cri/domain_cri.py index 79add3d3..5b13d7bb 100644 --- a/src/local/domain/cri/domain_cri.py +++ b/src/local/domain/cri/domain_cri.py @@ -4,7 +4,7 @@ class DBO_random_data_generation__domain__CRI(DB_op): def __init__(self, lim_n=50, lim_r=10000, - prob_link_create=0.05): + prob_link_create=0.03): """ generate random data: CRI domain: Person x Skill """ |
