|
jubatus_core
0.1.2
Jubatus: Online machine learning framework for distributed environment
|
#include <burst.hpp>

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 |
| jubatus::core::burst::burst_options::MSGPACK_DEFINE | ( | window_batch_size | , |
| batch_interval | , | ||
| result_window_rotate_size | , | ||
| max_reuse_batch_num | , | ||
| costcut_threshold | |||
| ) |
|
inline |
Definition at line 48 of file burst.hpp.
| 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 |
Definition at line 38 of file burst.hpp.
Referenced by jubatus::core::burst::burst::impl_::aggregate_helper_::calculate_result(), and jubatus::core::burst::burst::impl_::impl_().
| int jubatus::core::burst::burst_options::max_reuse_batch_num |
Definition at line 37 of file burst.hpp.
Referenced by jubatus::core::burst::burst::impl_::aggregate_helper_::calculate_result(), and jubatus::core::burst::burst::impl_::impl_().
| 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_().
1.8.9.1