IBM SYSTEMG G RUNTIME & NATIVE STORE  0.5
IBM Native Graph Computing and Storage System based on IBM Parallel Programming Library
 All Classes Functions Variables Typedefs Pages
Public Member Functions | List of all members
analytic_engine_degree_centrality Class Reference

compute the degree of each vertex More...

#include <plugin_degree_centrality.h>

Inherits analytic_engine_base, and query_base.

Public Member Functions

 REGISTER_QUERY_TYPE (analytic_engine_degree_centrality)
 
int run (struct query_param_type)
 
void options (command_options &opts)
 

Detailed Description

compute the degree of each vertex

Member Function Documentation

int analytic_engine_degree_centrality::run ( struct query_param_type  )
Parameters
&ndash;inuse the cached result of a previous query as input (if it contains both vertices and edges, the computation will be restricted to the induced sub-graph; if it contains vertices only, the computation will be restricted to these vertices in the whole graph

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