ALP User Documentation 0.7.0
Algebraic Programming User Documentation
|
Implements label propagation. More...
Go to the source code of this file.
Namespaces | |
namespace | grb |
The ALP/GraphBLAS namespace. | |
namespace | grb::algorithms |
The namespace for ALP/GraphBLAS algorithms. | |
Functions | |
template<typename IOType > | |
RC | label (Vector< IOType > &out, const Vector< IOType > &y, const Matrix< IOType > &W, const size_t n, const size_t l, const size_t maxIterations=1000) |
The label propagation algorithm. More... | |
Implements label propagation.