jubatus_core  0.1.2
Jubatus: Online machine learning framework for distributed environment
Classes | Namespaces | Typedefs
stat.hpp File Reference
#include <stdint.h>
#include <algorithm>
#include <cstdlib>
#include <deque>
#include <string>
#include <utility>
#include "jubatus/util/concurrent/rwmutex.h"
#include "jubatus/util/data/unordered_map.h"
#include "jubatus/util/lang/enable_shared_from_this.h"
#include "jubatus/util/lang/shared_ptr.h"
#include "../common/version.hpp"
#include "../common/exception.hpp"
#include "../common/unordered_map.hpp"
#include "../framework/mixable_helper.hpp"
Include dependency graph for stat.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  jubatus::core::stat::stat
 
struct  jubatus::core::stat::stat::stat_val
 
class  jubatus::core::stat::stat_error
 

Namespaces

 jubatus
 
 jubatus::core
 
 jubatus::core::stat
 

Typedefs

typedef framework::linear_mixable_helper< stat, std::pair< double, size_t > > jubatus::core::stat::mixable_stat