Vowpal Wabbit
Public Member Functions | Public Attributes | List of all members
VW::pmf_to_pdf::reduction Struct Reference

#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
 
uint32_t tree_bandwidth
 
float bandwidth
 
float min_value
 
float max_value
 
bool first_only
 
LEARNER::single_learner_p_base
 

Member Function Documentation

void VW::pmf_to_pdf::reduction::learn ( example ec)
void VW::pmf_to_pdf::reduction::predict ( example ec)

Member Data Documentation

LEARNER::single_learner* VW::pmf_to_pdf::reduction::_p_base
float VW::pmf_to_pdf::reduction::bandwidth
bool VW::pmf_to_pdf::reduction::first_only
float VW::pmf_to_pdf::reduction::max_value
float VW::pmf_to_pdf::reduction::min_value
uint32_t VW::pmf_to_pdf::reduction::num_actions
std::vector<float> VW::pmf_to_pdf::reduction::pdf_lim
uint32_t VW::pmf_to_pdf::reduction::tree_bandwidth

The documentation for this struct was generated from the following file: