experiments.cfg 627 Bytes
[DEFAULT]
repetitions = 1
iterations = 10
path = 'results'
experiment = 'grid'
weight = ['bm25', 'trad']
;profile_size = range(10,100,10)
sample = [0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9]

[content]
strategy = ['cb','cbt','cbd']

[clustering]
experiment = 'single'
;iterations = 4
;medoids = range(2,6)
iterations = 6
medoids = [100,500,1000,5000,10000,50000]
;disabled for this experiment
weight = 0
profile_size = 0
sample = 0

[colaborative]
users_repository=["data/popcon","data/popcon-100","data/popcon-500","data/popcon-1000","data/popcon-5000","data/popcon-10000","data/popcon-50000"]
neighbors = range(10,1010,50)