#include "xf_graph_L3.hpp"
event <int> labelPropagation ( xf::graph::L3::Handle& handle, uint32_t maxIter, xf::graph::Graph <uint32_t, uint32_t> gr, uint32_t* labels )
labelPropagation the label propagation algorithm is implemented
Parameters:
handle | Graph library L3 handle |
maxIter | Max iteration |
gr | Input, CSR/CSC graph of IDs’ type of uint32_t and weights’ type of uint32_t |
labels | Output labels |