get_neighbors

bandicoot.helper.stops.get_neighbors(distance_matrix, source, eps)

Given a matrix of distance between couples of points, return the list of every point closer than eps from a certain point.