Guest User

Untitled

a guest
Apr 22nd, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. U = array([[1, 4],
  2. [2, 5],
  3. [3, 6]])
  4.  
  5. X = array([[1, 4],
  6. [3, 6],
  7. [7, 8],
  8. [1, 1]])
  9.  
  10. array([0,2,-1,0])
Add Comment
Please, Sign In to add comment