unable to interpret output
hi
I guess that int returned by vector<vector
and yet, I've received out of bounds results using the following code std::cout << "debug - points.size = " << Points.size() << std::endl; DBSCAN ds(5, 0, Points); ds.run();
std::cout << "number of clusters found = " << ds.getCluster().size() << std::endl;
int CurrentClusterId = 0;
for (vector<vector
returns debug - points.size = 5208 number of clusters found = 69 1086 1087 321 0 27744976 terminate called after throwing an instance of 'std::out_of_range'.....
please advise, Omer.