Variables
test Namespace Reference

Variables

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

Variable Documentation

◆ nns

Definition at line 7 of file test.py.

◆ q

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

Definition at line 8 of file test.py.

◆ res

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

Definition at line 11 of file test.py.

◆ x

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 Mon Feb 28 2022 22:41:38