diff --git a/fog/clustering/jaccard_intersection_index.py b/fog/clustering/jaccard_intersection_index.py index 34baa2a..751f2b0 100644 --- a/fog/clustering/jaccard_intersection_index.py +++ b/fog/clustering/jaccard_intersection_index.py @@ -7,7 +7,7 @@ from collections import defaultdict, Counter # 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,