Commit 60e258363fc66549990120c604347efbcc6f236c
1 parent
2e65c8ed
Exists in
master
and in
1 other branch
moving legacy files.
Showing
1 changed file
with
27 additions
and
0 deletions
Show diff stats
@@ -0,0 +1,27 @@ | @@ -0,0 +1,27 @@ | ||
1 | +[DEFAULT] | ||
2 | +repetitions = 1 | ||
3 | +iterations = 10 | ||
4 | +path = 'results' | ||
5 | +experiment = 'grid' | ||
6 | +weight = ['bm25', 'trad'] | ||
7 | +;profile_size = range(10,100,10) | ||
8 | +;sample = [0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9] | ||
9 | +sample = [0.6, 0.7, 0.8, 0.9] | ||
10 | + | ||
11 | +[content] | ||
12 | +strategy = ['cb','cbt','cbd'] | ||
13 | + | ||
14 | +[clustering] | ||
15 | +experiment = 'single' | ||
16 | +;iterations = 4 | ||
17 | +;medoids = range(2,6) | ||
18 | +iterations = 6 | ||
19 | +medoids = [100,500,1000,5000,10000,50000] | ||
20 | +;disabled for this experiment | ||
21 | +weight = 0 | ||
22 | +profile_size = 0 | ||
23 | +sample = 0 | ||
24 | + | ||
25 | +[colaborative] | ||
26 | +users_repository=["data/popcon","data/popcon-100","data/popcon-500","data/popcon-1000","data/popcon-5000","data/popcon-10000","data/popcon-50000"] | ||
27 | +neighbors = range(10,1010,50) |