Guest User

Untitled

a guest
Jun 1st, 2018
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. Start testing: Jun 01 16:33 IST
  2. ----------------------------------------------------------
  3. 117/723 Testing: unit-Perceptron
  4. 117/723 Test: unit-Perceptron
  5. Command: "/home/atom/shogun/build_/bin/shogun-unit-test" "--gtest_filter=Perceptron.*"
  6. Directory: /home/atom/shogun/build_/tests/unit
  7. "unit-Perceptron" start time: Jun 01 16:33 IST
  8. Output:
  9. ----------------------------------------------------------
  10. Note: Google Test filter = Perceptron.*
  11. [==========] Running 2 tests from 1 test case.
  12. [----------] Global test environment set-up.
  13. [----------] 2 tests from Perceptron
  14. [ RUN ] Perceptron.train
  15. PW: [0]=>0.500000 [1]=>0.500000
  16. PW: [0]=>0.975925 [1]=>-1.087259
  17. PW: [0]=>0.418903 [1]=>-1.580091
  18. Perceptron algorithm converged after 3 iterations.
  19. [ OK ] Perceptron.train (0 ms)
  20. [ RUN ] Perceptron.custom_hyperplane_initialization
  21. PW: [0]=>0.500000 [1]=>0.500000
  22. PW: [0]=>0.975925 [1]=>-1.087259
  23. PW: [0]=>0.418903 [1]=>-1.580091
  24. Perceptron algorithm converged after 3 iterations.
  25. w: [0]=>1.200000 [1]=>1.200000
  26. PW: [0]=>1.200000 [1]=>1.200000
  27. Perceptron algorithm did not converge after 1 iterations.
  28. pw: [0]=>0.464410 [1]=>-1.442422
  29. [ OK ] Perceptron.custom_hyperplane_initialization (1 ms)
  30. [----------] 2 tests from Perceptron (1 ms total)
  31.  
  32. [----------] Global test environment tear-down
  33. [==========] 2 tests from 1 test case ran. (2 ms total)
  34. [ PASSED ] 2 tests.
  35. <end of output>
  36. Test time = 0.04 sec
  37. ----------------------------------------------------------
  38. Test Passed.
  39. "unit-Perceptron" end time: Jun 01 16:33 IST
  40. "unit-Perceptron" time elapsed: 00:00:00
  41. ----------------------------------------------------------
  42.  
  43. End testing: Jun 01 16:33 IST
  44.  
  45. unit = 0.04 sec
Add Comment
Please, Sign In to add comment