jubatus_core  0.1.2
Jubatus: Online machine learning framework for distributed environment
Classes | Typedefs | Enumerations
jubatus::core::graph Namespace Reference

Classes

class  edge_exists
 
struct  edge_info
 
struct  eigen_vector_info
 
class  global_node_exists
 
class  graph_exception
 
class  graph_factory
 
class  graph_wo_index
 
class  local_node_exists
 
struct  node_info
 
struct  preset_query
 
struct  shortest_path_tree
 
class  unknown_centrality_type
 
class  unknown_graph
 
class  unknown_id
 
class  unknown_query
 

Typedefs

typedef uint64_t edge_id_t
 
typedef jubatus::util::data::unordered_map< node_id_t, eigen_vector_infoeigen_vector_diff
 
typedef jubatus::util::data::unordered_map< preset_query, eigen_vector_diffeigen_vector_query_diff
 
typedef framework::linear_mixable_helper< graph_wo_index, graph_wo_index::diff_typemixable_graph_wo_index
 
typedef uint64_t node_id_t
 
typedef std::map< std::string, std::string > property
 
typedef std::vector< shortest_path_treespt_diff
 
typedef jubatus::util::data::unordered_map< node_id_t, std::pair< uint64_t, node_id_t > > spt_edges
 
typedef jubatus::util::data::unordered_map< preset_query, spt_diffspt_query_diff
 

Enumerations

enum  centrality_type { EIGENSCORE = 0 }
 

Typedef Documentation

Definition at line 37 of file graph_type.hpp.

typedef jubatus::util::data::unordered_map<node_id_t, eigen_vector_info> jubatus::core::graph::eigen_vector_diff

Definition at line 53 of file graph_type.hpp.

Definition at line 97 of file graph_type.hpp.

Definition at line 191 of file graph_wo_index.hpp.

Definition at line 36 of file graph_type.hpp.

typedef std::map<std::string, std::string> jubatus::core::graph::property

Definition at line 39 of file graph_type.hpp.

Definition at line 94 of file graph_type.hpp.

typedef jubatus::util::data::unordered_map< node_id_t, std::pair<uint64_t, node_id_t> > jubatus::core::graph::spt_edges

Definition at line 84 of file graph_type.hpp.

typedef jubatus::util::data::unordered_map<preset_query, spt_diff> jubatus::core::graph::spt_query_diff

Definition at line 100 of file graph_type.hpp.

Enumeration Type Documentation

Enumerator
EIGENSCORE 

Definition at line 41 of file graph_type.hpp.