ALP User Documentation 0.7.0
Algebraic Programming User Documentation
Public Attributes | List of all members
PageRank< IOType, localConverge >::Data Struct Reference

The algorithm parameters. More...

#include <pregel_pagerank.hpp>

Public Attributes

IOType alpha = 0.15
 The probability of jumping to a random page instead of a linked page.
 
IOType tolerance = 0.00001
 The local convergence criterion.
 

Detailed Description

template<typename IOType, bool localConverge>
struct grb::algorithms::pregel::PageRank< IOType, localConverge >::Data

The algorithm parameters.


The documentation for this struct was generated from the following file: