mirror of https://github.com/Yomguithereal/fog.git
Notes
This commit is contained in:
parent
2933f4d19c
commit
54903e2e44
|
@ -1,5 +1,9 @@
|
|||
# Little experiments testing the recall of the skeleton and omission keys
|
||||
# for cases with Levenshtein distance <= 1.
|
||||
#
|
||||
# Note that counting the number of clusters may be erroneous but with
|
||||
# a low Levenshtein distance, clusters are rarely very large and this is
|
||||
# good enough.
|
||||
#
|
||||
import csv
|
||||
from Levenshtein import distance as levenshtein
|
||||
from fog.clustering import pairwise_connected_components, sorted_neighborhood
|
||||
|
|
Loading…
Reference in New Issue