Guest User

Untitled

a guest
May 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. dist_object = cosine_similarity(tf_obj, dense_output = False)
  2.  
  3. print(dist_object)
  4. (0, 0) 1.0000000000000002
  5. (1, 1) 1.0000000000000002
  6. (2, 2) 1.0000000000000002
  7. (3, 3) 1.0
  8. (4, 4) 1.0
  9. (5, 5) 1.0000000000000004
  10. (6, 6) 1.0
  11. (7, 7) 1.0
  12. (8, 8) 0.9999999999999998
  13. : :
  14. (20315, 20315) 1.0
  15. (20316, 20316) 1.0000000000000002
  16. (20317, 20317) 1.0000000000000002
  17. (20318, 20318) 1.0
  18. (20319, 20319) 1.0
  19. (20320, 20320) 1.0
Add Comment
Please, Sign In to add comment