This commit is contained in:
Yomguithereal 2018-07-05 22:33:42 +02:00
parent ee836d3297
commit de02bae69d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
from collections import defaultdict, Counter from collections import defaultdict, Counter
# TODO: online tf-idf cutoff by automatically cutting down large buckets over # TODO: online tf-idf cutoff by automatically cutting down large buckets over
# a given threshold # a given threshold. call it burst and erase already set counters
def jaccard_intersection_index(data, radius=0.8, key=None, min_size=2, def jaccard_intersection_index(data, radius=0.8, key=None, min_size=2,