Hi all, If I have a Graph g: Graph<Integer, Double, Double> g and I would like to normalize all vertex values by the absolute max of all vertex values -> what API function would I choose?
Thanks in advance! Lydia
Hi all, If I have a Graph g: Graph<Integer, Double, Double> g and I would like to normalize all vertex values by the absolute max of all vertex values -> what API function would I choose?
Thanks in advance! Lydia