Deleting unwanted scripts and checking in relevant ones.
[pingpong.git] / python_ml / plotting-dbscan.py
index 580d4df90e4d7baa386cccdfa30b2a2eef18778f..2202a8ef19894255d34eb24da996cad7754b851e 100644 (file)
@@ -84,7 +84,7 @@ for pair in pairsArr:
        else:
        # Only print the frequency when this is a real cluster
                plt.text(pair[0], pair[1], str(pair[0]) + ", " + str(pair[1]) + 
-                       " f: " + str(labels.tolist().count(labels[count])), fontsize=10)
+                       " : " + str(labels.tolist().count(labels[count])), fontsize=10)
        count = count + 1