AnacletoLAB / grape

🍇 GRAPE is a Rust/Python Graph Representation Learning library for Predictions and Evaluations
MIT License
527 stars 38 forks source link

get_weighted_triads_number #11

Open pnrobinson opened 2 years ago

pnrobinson commented 2 years ago

For consistency with other methods, this should be named

get_number_of_weighted_triads()
LucaCappelletti94 commented 2 years ago

In the current Ensmallen master branch, this already appears as get_number_of_weighted_triads, which version are you using?

pnrobinson commented 2 years ago

I was searching in the online documentation, here https://anacletolab.github.io/grape/grape/ensmallen.html#Graph.get_weighted_triads_number I did not wind up using this particular method, I found something better!

LucaCappelletti94 commented 2 years ago

That documentation is a tad outdated, we have to update it. @zommiommy could you take a look at that, when you have time?