We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6332997 commit c1e5d9cCopy full SHA for c1e5d9c
clusterTests.py
@@ -15,7 +15,7 @@
15
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16
#
17
18
-from cluster import *
+from cluster import (HierarchicalClustering, KMeansClustering, ClusteringError)
19
from difflib import SequenceMatcher
20
import unittest
21
0 commit comments