You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following this segment, I get different results than those indicated in the text.
Eps = 0.5, MinPts = 2
$ python2 cluster_vectors.py -c dbscan -e 0.5 -m 2 -i secrepo.h5 -o secrepo_dbscan.h2
Label 0 has 9994 samples
Label 1 has 2 samples
Label 2 has 4 samples
The results in the text:
“As we can see, DBSCAN has created 62 clusters and left 854 samples unassigned. Each of these 854 noise points may be associated with malicious activity.”
The command shown has -m set to 2 and above the paragraph states you will set M to 5 . Not super important, but thought you might wish to be aware.
The text was updated successfully, but these errors were encountered: