Guest User

Untitled

a guest
Jan 18th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. client_id recency frequen monetary
  2. 1 2 1 1 1
  3. 2 3 3 1 2
  4. 3 4 1 1 2
  5. 4 5 3 1 1
  6. 5 6 4 1 2
  7. 6 7 5 1 1
  8.  
  9. x y
  10. 1 -6.415009 -0.4726438
  11. 2 -16.027732 -9.3751709
  12. 3 17.947615 0.2561859
  13. 4 1.589996 13.8016613
  14. 5 -9.332319 -13.2144419
  15. 6 10.545698 8.2165265
  16.  
  17. tsne = Rtsne(rfm[, -1], dims=2, check_duplicates=F)
  18.  
  19. Tsne_with_ID = data.frame(cbind(rfm[,1],tsne$y))
Add Comment
Please, Sign In to add comment