|
jubatus_core
0.1.2
Jubatus: Online machine learning framework for distributed environment
|
#include <graph_type.hpp>

Public Member Functions | |
| MSGPACK_DEFINE (property, in_edges, out_edges) | |
Public Attributes | |
| std::vector< edge_id_t > | in_edges |
| std::vector< edge_id_t > | out_edges |
| std::map< std::string, std::string > | property |
Definition at line 55 of file graph_type.hpp.
| std::vector<edge_id_t> jubatus::core::graph::node_info::in_edges |
Definition at line 57 of file graph_type.hpp.
Referenced by jubatus::core::graph::graph_wo_index::remove_node().
| std::vector<edge_id_t> jubatus::core::graph::node_info::out_edges |
Definition at line 58 of file graph_type.hpp.
Referenced by jubatus::core::graph::graph_wo_index::remove_node().
| std::map<std::string, std::string> jubatus::core::graph::node_info::property |
Definition at line 56 of file graph_type.hpp.
1.8.9.1