pathpyG
pathpyG copied to clipboard
Refactor `lift_order`-logic from `MultiOrderModel` to `algorithms`
The methods
-
lift_order_edge_index -
lift_order_edge_index_weighted -
aggregate_edge_indexpotentially have uses outside ofMultiOrderModel, e.g. for the centrality calculations. Since they are static methods anyway, it would make sense to separate them from theclassaltogether and put the intoutilsor algorithms`.