mirror of https://github.com/Yomguithereal/fog.git
Note
This commit is contained in:
parent
ee836d3297
commit
de02bae69d
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue