GraphChi  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Macros
Classes | Namespaces | Enumerations | Functions
graphchi_graphlabv2_1.hpp File Reference
#include "graphchi_basic_includes.hpp"

Go to the source code of this file.

Classes

struct  graphlab::IS_POD_TYPE
struct  graphlab::empty
class  graphlab::icontext< GraphType, GatherType, MessageType >
struct  graphlab::distributed_graph< vertex_data, edge_data >
struct  graphlab::ivertex_program< Graph, GatherType, MessageType >
struct  graphlab::GraphLabVertexWrapper< GLVertexDataType, EdgeDataType >
struct  graphlab::GraphLabEdgeWrapper< GLVertexDataType, EdgeDataType >
struct  graphlab::GraphLabWrapper< GraphLabVertexProgram >
struct  graphlab::GraphLabEdgeAggregatorWrapper< GraphLabVertexProgram, ReductionType, EdgeMapType, FinalizerType >
struct  graphlab::messages::sum_priority
struct  graphlab::messages::max_priority

Namespaces

namespace  graphlab::messages

Enumerations

enum  edge_dir_type { graphlab::NO_EDGES = 0, graphlab::IN_EDGES = 1, graphlab::OUT_EDGES = 2, graphlab::ALL_EDGES = 3 }

Functions

template<typename GraphLabVertexProgram >
std::vector< typename
GraphLabVertexProgram::vertex_data_type > * 
run_graphlab_vertexprogram (std::string base_filename, int nshards, int niters, bool scheduler, metrics &_m, bool modifies_inedges=true, bool modifies_outedges=true)
template<typename GraphLabVertexProgram , typename ReductionType , typename EdgeMapType , typename FinalizerType >
ReductionType run_graphlab_edge_aggregator (std::string base_filename, int nshards, EdgeMapType map_function, FinalizerType finalize_function, std::vector< typename GraphLabVertexProgram::vertex_data_type > *vertices, metrics &_m)

Detailed Description

Author:
Aapo Kyrola akyro.nosp@m.la@c.nosp@m.s.cmu.nosp@m..edu
Version:
1.0

LICENSE

Copyright [2012] [Aapo Kyrola, Guy Blelloch, Carlos Guestrin / Carnegie Mellon University]

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

DESCRIPTION

Wrapper classes for GraphLab v2.1 API.