Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2013
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. Original data,
  2. 1 1 1 1 1 1 1 1 1 1
  3. 0 1 2 3 4 5 6 7 8 9
  4. 0 1 4 9 16 25 36 49 64 81
  5. 0 1 8 27 64 125 216 343 512 729
  6. 0 1 16 81 256 625 1296 2401 4096 6561
  7.  
  8. Target_dim = 3
  9.  
  10. Output of Shogun Kernel PCA
  11. -0.639372 -0.639372 0.156968 0.156968 0.156968 0.156968 0.156968 0.156968 0.156968 0.156968
  12. 5.2334e-15 5.2334e-15 -0.103533 0.0922926 0.0922926 0.312536 0.637498 -0.504281 -0.457184 -0.0696211
  13.  
  14. Output of Tapkee Kernel PCA
  15. Number of vectors = 10 Dim of features 2
  16. 0 2.7618e-16 0.299216 0.203138 -0.448506 -0.701306 -0.0695701 0.23901 0.23901 0.23901
  17. 0.632456 0.632456 -0.158114 -0.158114 -0.158114 -0.158114 -0.158114 -0.158114 -0.158114 -0.158114
  18. Number of vectors = 10 Dim of features 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement