Created
September 27, 2015 16:21
-
-
Save connors511/91f4ef5c3c0d3d6aa205 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
python setup.py build_ext --inplace --cython-cplus | |
running build_ext | |
skipping 'dbscan.cpp' Cython extension (up-to-date) | |
time python test.py | |
('SIZE: ', 1422) | |
[ 0 14 31 41 54 70 83 99 112 125 140 150 163 177 193 | |
206 221 238 252 266 280 295 312 325 339 351 363 378 391 405 | |
419 436 451 468 485 496 506 523 537 548 566 583 594 610 625 | |
639 655 672 687 702 716 733 748 764 781 795 811 826 840 854 | |
866 878 895 906 916 929 941 957 972 985 1000 1018 1032 1047 1059 | |
1072 1088 1101 1117 1129 1141 1156 1171 1182 1195 1210 1226 1244 1261 1273 | |
1288 1299 1311 1324 1342 1349 1364 1378 1389 1403 1422] | |
[22 26 35 ..., 79 80 87] | |
1 | |
2 | |
0 | |
3 | |
4 | |
0 | |
4 | |
4 | |
0 | |
4 | |
0 | |
2 | |
2 | |
1 | |
0 | |
1 | |
1 | |
4 | |
0 | |
1 | |
2 | |
1 | |
1 | |
4 | |
0 | |
0 | |
2 | |
2 | |
1 | |
4 | |
4 | |
4 | |
4 | |
1 | |
0 | |
0 | |
2 | |
1 | |
0 | |
4 | |
1 | |
0 | |
2 | |
1 | |
1 | |
4 | |
4 | |
4 | |
4 | |
1 | |
2 | |
4 | |
2 | |
4 | |
0 | |
1 | |
4 | |
0 | |
3 | |
0 | |
0 | |
1 | |
0 | |
0 | |
4 | |
0 | |
2 | |
2 | |
3 | |
5 | |
1 | |
0 | |
1 | |
4 | |
0 | |
2 | |
2 | |
4 | |
0 | |
0 | |
1 | |
4 | |
0 | |
0 | |
5 | |
2 | |
2 | |
1 | |
0 | |
1 | |
0 | |
1 | |
0 | |
1 | |
0 | |
2 | |
1 | |
0 | |
2 | |
2 | |
('Clusters: ', 6) | |
('Largest cluster: ', 0) | |
('Cluster size: ', 30) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment