Menu

Code Commit Log


Commit Date  
[r27401] by thibautd

do not regenerate primary ties when calibrating secondary threshold

2014-01-13 15:19:24 Tree
[r27400] by thibautd

HashMap -> LinkedHashMap

2014-01-13 15:19:07 Tree
[r27399] by thibautd

remove the Tie class

there are actually only the map-based methods of SocialNetwork which are
really useful, and the Tie list took a huge amount of memory leading to
filling the heap with dense networks.

2014-01-13 15:18:52 Tree
[r27398] by thibautd

use object pool for coords

2014-01-13 15:18:28 Tree
[r27397] by thibautd

make thresholds match the returned network at the end of iteration

2014-01-13 15:18:14 Tree
[r27396] by thibautd

express "secondary threshold" in terms of "reduction"

(theta in the paper). This is better for the calibration process, as
this allows the secondary threshold to follow the evolutions of the
primary threshold.

2014-01-13 15:17:57 Tree
[r27395] by thibautd

dump evolution of thresholds in a file

2014-01-13 15:17:42 Tree
[r27394] by thibautd

create a class to iterate the model to calibrate "thresholds"

this corresponds to the "manual calibration" of the paper. Instead that
I do not want to manually calibrate anything.

2014-01-13 15:17:27 Tree
[r27393] by thibautd

use log( dist + 1 ) instead of log( dist ) in utility

otherwise, utility of being friend with somebody living in the same
building is infinite. Distance usually being expressed in meter, this
should not change much to the results for friends living farther than
one meter away... This should be tested, though.

2014-01-13 15:17:10 Tree
[r27392] by thibautd

much faster secondary tie search

2014-01-13 15:16:54 Tree
Older >
MongoDB Logo MongoDB