Skip to content

Commit

Permalink
Always update the clustering of the updated element
Browse files Browse the repository at this point in the history
  • Loading branch information
doches committed Oct 14, 2010
1 parent 01b90f8 commit dbe235e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/focw.c
Expand Up @@ -150,7 +150,7 @@ void OCW_each_document(unsigned int target, unsigned int *words, unsigned int le
}
if (best_index >= 0) {
int i = index,j = best_index;
if (rand()/100 > 50) {
if (0 && rand()/100 > 50) {
i = best_index;
j = index;
}
Expand Down

0 comments on commit dbe235e

Please sign in to comment.