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::graph_wo_index::diff_type Struct Reference

#include <graph_wo_index.hpp>

Collaboration diagram for jubatus::core::graph::graph_wo_index::diff_type:
Collaboration graph

Public Member Functions

void clear ()
 
 MSGPACK_DEFINE (eigen_vector_query, spt_query)
 

Public Attributes

eigen_vector_query_diff eigen_vector_query
 
spt_query_diff spt_query
 

Detailed Description

Definition at line 41 of file graph_wo_index.hpp.

Member Function Documentation

void jubatus::core::graph::graph_wo_index::diff_type::clear ( )
inline

Definition at line 45 of file graph_wo_index.hpp.

45  {
46  eigen_vector_query.clear();
47  spt_query.clear();
48  }
jubatus::core::graph::graph_wo_index::diff_type::MSGPACK_DEFINE ( eigen_vector_query  ,
spt_query   
)

Member Data Documentation

eigen_vector_query_diff jubatus::core::graph::graph_wo_index::diff_type::eigen_vector_query
spt_query_diff jubatus::core::graph::graph_wo_index::diff_type::spt_query

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