#include "graphchi_basic_includes.hpp"
Go to the source code of this file.
Namespaces |
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) |
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.
Wrapper classes for GraphLab v2.1 API.