jubatus_core  0.1.2
Jubatus: Online machine learning framework for distributed environment
Classes | Namespaces
bandit_factory.cpp File Reference
#include "bandit_factory.hpp"
#include <string>
#include "../common/jsonconfig.hpp"
#include "epsilon_greedy.hpp"
#include "ucb1.hpp"
#include "softmax.hpp"
#include "exp3.hpp"
Include dependency graph for bandit_factory.cpp:

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