Brush C++ API
A flexible interpretable machine learning framework
|
This is the complete list of members for Brush::MAB::Bandit, including all inherited members.
arms | Brush::MAB::Bandit | |
Bandit() | Brush::MAB::Bandit | |
Bandit(string type, vector< string > arms) | Brush::MAB::Bandit | |
Bandit(string type, map< string, float > arms_probs) | Brush::MAB::Bandit | |
choose() | Brush::MAB::Bandit | |
get_arms() | Brush::MAB::Bandit | |
get_probs() | Brush::MAB::Bandit | |
get_type() | Brush::MAB::Bandit | |
Iter typedef | Brush::MAB::Bandit | |
pbandit | Brush::MAB::Bandit | |
probabilities | Brush::MAB::Bandit | |
sample_probs(bool update=false) | Brush::MAB::Bandit | |
set_arms(vector< string > arms) | Brush::MAB::Bandit | |
set_bandit() | Brush::MAB::Bandit | |
set_probs(map< string, float > arms_probs) | Brush::MAB::Bandit | |
set_type(string type) | Brush::MAB::Bandit | |
type | Brush::MAB::Bandit | |
update(string arm, float reward) | Brush::MAB::Bandit | |
~Bandit() | Brush::MAB::Bandit | inline |