jubatus_core  0.1.2
Jubatus: Online machine learning framework for distributed environment
Classes | Namespaces | Typedefs
graph_wo_index.hpp File Reference
#include <map>
#include <string>
#include <vector>
#include "jubatus/util/data/unordered_map.h"
#include "jubatus/util/data/unordered_set.h"
#include "jubatus/util/data/serialization.h"
#include "jubatus/util/lang/enable_shared_from_this.h"
#include "jubatus/util/lang/shared_ptr.h"
#include "../common/unordered_map.hpp"
#include "../framework/mixable_helper.hpp"
#include "graph_type.hpp"
Include dependency graph for graph_wo_index.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  jubatus::core::graph::graph_wo_index
 
struct  jubatus::core::graph::graph_wo_index::config
 
struct  jubatus::core::graph::graph_wo_index::diff_type
 

Namespaces

 jubatus
 
 jubatus::core
 
 jubatus::core::graph
 

Typedefs

typedef framework::linear_mixable_helper< graph_wo_index, graph_wo_index::diff_type > jubatus::core::graph::mixable_graph_wo_index