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

Public Member Functions | |
| MSGPACK_DEFINE (edge_query, node_query) | |
| bool | operator== (const preset_query &r) const |
Public Attributes | |
| std::vector< std::pair< std::string, std::string > > | edge_query |
| std::vector< std::pair< std::string, std::string > > | node_query |
Definition at line 71 of file graph_type.hpp.
| jubatus::core::graph::preset_query::MSGPACK_DEFINE | ( | edge_query | , |
| node_query | |||
| ) |
|
inline |
Definition at line 76 of file graph_type.hpp.
References edge_query, and node_query.
| std::vector<std::pair<std::string, std::string> > jubatus::core::graph::preset_query::edge_query |
Definition at line 73 of file graph_type.hpp.
Referenced by jubatus::core::graph::graph_wo_index::get_diff_eigen_score(), jubatus::util::data::hash< jubatus::core::graph::preset_query >::operator()(), operator==(), and jubatus::core::graph::graph_wo_index::update_spt_node().
| std::vector<std::pair<std::string, std::string> > jubatus::core::graph::preset_query::node_query |
1.8.9.1