|
jubatus_core
0.1.2
Jubatus: Online machine learning framework for distributed environment
|
#include "bandit_factory.hpp"#include <string>#include "../common/jsonconfig.hpp"#include "epsilon_greedy.hpp"#include "ucb1.hpp"#include "softmax.hpp"#include "exp3.hpp"
Go to the source code of this file.
Classes | |
| struct | jubatus::core::bandit::epsilon_greedy_config |
| struct | jubatus::core::bandit::exp3_config |
| struct | jubatus::core::bandit::softmax_config |
| struct | jubatus::core::bandit::ucb1_config |
Namespaces | |
| jubatus | |
| jubatus::core | |
| jubatus::core::bandit | |
1.8.9.1