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

#include <burst.hpp>

Collaboration diagram for jubatus::core::burst::burst_options:
Collaboration graph

Public Member Functions

 MSGPACK_DEFINE (window_batch_size, batch_interval, result_window_rotate_size, max_reuse_batch_num, costcut_threshold)
 
template<class Ar >
void serialize (Ar &ar)
 

Public Attributes

double batch_interval
 
double costcut_threshold
 
int max_reuse_batch_num
 
int result_window_rotate_size
 
int window_batch_size
 

Detailed Description

Definition at line 33 of file burst.hpp.

Member Function Documentation

jubatus::core::burst::burst_options::MSGPACK_DEFINE ( window_batch_size  ,
batch_interval  ,
result_window_rotate_size  ,
max_reuse_batch_num  ,
costcut_threshold   
)
template<class Ar >
void jubatus::core::burst::burst_options::serialize ( Ar &  ar)
inline

Definition at line 48 of file burst.hpp.

48  {
49  ar & JUBA_MEMBER(window_batch_size)
50  & JUBA_MEMBER(batch_interval)
51  & JUBA_MEMBER(result_window_rotate_size)
52  & JUBA_MEMBER(max_reuse_batch_num)
53  & JUBA_MEMBER(costcut_threshold);
54  }

Member Data Documentation

double jubatus::core::burst::burst_options::batch_interval

Definition at line 35 of file burst.hpp.

Referenced by jubatus::core::burst::burst::impl_::impl_().

double jubatus::core::burst::burst_options::costcut_threshold
int jubatus::core::burst::burst_options::max_reuse_batch_num
int jubatus::core::burst::burst_options::result_window_rotate_size

Definition at line 36 of file burst.hpp.

Referenced by jubatus::core::burst::burst::impl_::impl_().

int jubatus::core::burst::burst_options::window_batch_size

Definition at line 34 of file burst.hpp.

Referenced by jubatus::core::burst::burst::impl_::impl_().


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