ALP User Documentation 0.7.0
Algebraic Programming User Documentation
Namespaces | Functions
label.hpp File Reference

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...
 

Detailed Description

Implements label propagation.

Author
J. M. Nash
Date
21st of March, 2017