|
Vowpal Wabbit
|
#include <pmf_to_pdf.h>
Public Member Functions | |
| void | predict (example &ec) |
| void | learn (example &ec) |
Public Attributes | |
| std::vector< float > | pdf_lim |
| uint32_t | num_actions = 0 |
| uint32_t | tree_bandwidth = 0 |
| float | bandwidth = 0.f |
| float | min_value = 0.f |
| float | max_value = 0.f |
| bool | first_only = false |
| void VW::reductions::pmf_to_pdf_reduction::learn | ( | example & | ec | ) |
| void VW::reductions::pmf_to_pdf_reduction::predict | ( | example & | ec | ) |
| float VW::reductions::pmf_to_pdf_reduction::bandwidth = 0.f |
| bool VW::reductions::pmf_to_pdf_reduction::first_only = false |
| float VW::reductions::pmf_to_pdf_reduction::max_value = 0.f |
| float VW::reductions::pmf_to_pdf_reduction::min_value = 0.f |
| uint32_t VW::reductions::pmf_to_pdf_reduction::num_actions = 0 |
| std::vector<float> VW::reductions::pmf_to_pdf_reduction::pdf_lim |
| uint32_t VW::reductions::pmf_to_pdf_reduction::tree_bandwidth = 0 |