From de02bae69d1350c2856f07cf4a498035d81d9864 Mon Sep 17 00:00:00 2001 From: Yomguithereal Date: Thu, 5 Jul 2018 22:33:42 +0200 Subject: [PATCH] Note --- fog/clustering/jaccard_intersection_index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,