• 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
generate-python-bindings.cpp 16.7 KB