1. 05 Mar, 2017 4 commits
    • Patrik Huber's avatar
      Renamed get_*_pca_basis() to get_*_pca_basis_at_point() · 354deb3e
      Patrik Huber authored
      This makes the intent clearer - it does not return the i-th basis vector (which one could easily assume, if not reading the function parameter name or documentation).
      Also added a note expressing this.
      It also leaves room for a future function that actually does return the i-th basis.
      354deb3e
    • Patrik Huber's avatar
      Save only the orthonormal basis · 50c059c3
      Patrik Huber authored
      And compute the rescaled basis when loading a model.
      50c059c3
    • Patrik Huber's avatar
      Changed PcaModel c'tor to take an orthonormal basis · 4662c59c
      Patrik Huber authored
      Adjusted all files that use it (hopefully).
      
      This is a breaking change: If you're currently using the PcaModel constructor and giving it a PCA basis matrix, your code will (probably silently) break: The function now expects an orthonormal basis matrix, whereas before, it expected a rescaled basis matrix. However it makes more sense for the function to take an orthonormal basis matrix.
      4662c59c
    • Patrik Huber's avatar
      snake_cased everything in io/cvssp.hpp · f0c698b1
      Patrik Huber authored
      f0c698b1
  2. 04 Mar, 2017 4 commits
  3. 03 Mar, 2017 6 commits
  4. 02 Mar, 2017 7 commits
  5. 01 Mar, 2017 1 commit
  6. 28 Feb, 2017 13 commits
  7. 19 Feb, 2017 5 commits