jubatus_core  0.1.2
Jubatus: Online machine learning framework for distributed environment
Public Member Functions | Public Attributes | List of all members
jubatus::core::graph::shortest_path_tree Struct Reference

#include <graph_type.hpp>

Collaboration diagram for jubatus::core::graph::shortest_path_tree:
Collaboration graph

Public Member Functions

 MSGPACK_DEFINE (landmark, from_root, to_root)
 

Public Attributes

spt_edges from_root
 
node_id_t landmark
 
spt_edges to_root
 

Detailed Description

Definition at line 86 of file graph_type.hpp.

Member Function Documentation

jubatus::core::graph::shortest_path_tree::MSGPACK_DEFINE ( landmark  ,
from_root  ,
to_root   
)

Member Data Documentation

spt_edges jubatus::core::graph::shortest_path_tree::from_root
node_id_t jubatus::core::graph::shortest_path_tree::landmark
spt_edges jubatus::core::graph::shortest_path_tree::to_root

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