GraphChi  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Macros
Public Types | Public Member Functions | Public Attributes
graphchi::OrderByDegree< EdgeDataType > Class Template Reference

#include <conversions.hpp>

Inheritance diagram for graphchi::OrderByDegree< EdgeDataType >:
graphchi::SharderPreprocessor< EdgeDataType >

List of all members.

Public Types

typedef edge_with_value
< EdgeDataType > 
edge_t

Public Member Functions

std::string getSuffix ()
vid_t translate (vid_t vid)
void reprocess (std::string preprocessedFile, std::string baseFilename)

Public Attributes

vid_t * translate_table
vid_t max_vertex_id

Detailed Description

template<typename EdgeDataType>
class graphchi::OrderByDegree< EdgeDataType >

Special preprocessor which relabels vertices in ascending order of their degree.


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