When using DBSCAN as in the examples:
db = DBSCAN(eps=0.3, min_samples=10).fit(X)
I'm not sure if I understand what X is.
Is X[i][j] supposed to be some sort of measure from node i to node j?
If so, does X need to be normalized, or will DBSCAN scale the values
accordingly?
Thank you,
------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general