pathpyG icon indicating copy to clipboard operation
pathpyG copied to clipboard

Refactor `lift_order`-logic from `MultiOrderModel` to `algorithms`

Open M-Lampert opened this issue 1 year ago • 0 comments

The methods

  • lift_order_edge_index
  • lift_order_edge_index_weighted
  • aggregate_edge_index potentially have uses outside of MultiOrderModel, e.g. for the centrality calculations. Since they are static methods anyway, it would make sense to separate them from the class altogether and put the into utils or algorithms`.

M-Lampert avatar Apr 10 '24 11:04 M-Lampert