Closed cookbook-ms closed 3 months ago
I have improved that: https://github.com/irtazahashmi/pytspl/blob/dev/pytspl/hogde_gp/hodge_gp_trainer.py
and added curl in the Hodge decomposition module. I will also add total variance.
These functions are now implemented under the decomposition.eigendecomposition module and can also be called using the simlicial_complex object.
Also, I have clarified the functionality to retrieve eigenpair for each component in the decomposition.eigendecomposition module.
In the current code of
hodgedecomposition.py
, you have onlyget_divergence()
, while the total variance and the curl are often needed, just as in get different sets of eigenvectors or as below what you repeated in GP part.