Go to the source code of this file.
Namespaces | |
namespace | test |
Variables | |
tuple | test.nns = NearestNeighbourSearch(x) |
tuple | test.q = np.array([[1.1, 2.]]) |
tuple | test.res = nns.knn(q, 2, 0, SearchOptionFlags.ALLOW_SELF_MATCH) |
tuple | test.x = np.array([[0.,3.], [1,2], [4,5]]) |