Variables
test Namespace Reference

Variables

tuple nns = NearestNeighbourSearch(x)
tuple q = np.array([[1.1, 2.]])
tuple res = nns.knn(q, 2, 0, SearchOptionFlags.ALLOW_SELF_MATCH)
tuple x = np.array([[0.,3.], [1,2], [4,5]])

Variable Documentation

Definition at line 7 of file test.py.

tuple test::q = np.array([[1.1, 2.]])

Definition at line 8 of file test.py.

tuple test::res = nns.knn(q, 2, 0, SearchOptionFlags.ALLOW_SELF_MATCH)

Definition at line 11 of file test.py.

tuple test::x = np.array([[0.,3.], [1,2], [4,5]])

Definition at line 4 of file test.py.



libnabo
Author(s): Stéphane Magnenat
autogenerated on Thu Sep 10 2015 10:54:55