Vowpal Wabbit
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
VW::reductions::pmf_to_pdf_reduction Class 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 = 0
 
uint32_t tree_bandwidth = 0
 
float bandwidth = 0.f
 
float min_value = 0.f
 
float max_value = 0.f
 
bool first_only = false
 

Member Function Documentation

◆ learn()

void VW::reductions::pmf_to_pdf_reduction::learn ( example ec)

◆ predict()

void VW::reductions::pmf_to_pdf_reduction::predict ( example ec)

Member Data Documentation

◆ bandwidth

float VW::reductions::pmf_to_pdf_reduction::bandwidth = 0.f

◆ first_only

bool VW::reductions::pmf_to_pdf_reduction::first_only = false

◆ max_value

float VW::reductions::pmf_to_pdf_reduction::max_value = 0.f

◆ min_value

float VW::reductions::pmf_to_pdf_reduction::min_value = 0.f

◆ num_actions

uint32_t VW::reductions::pmf_to_pdf_reduction::num_actions = 0

◆ pdf_lim

std::vector<float> VW::reductions::pmf_to_pdf_reduction::pdf_lim

◆ tree_bandwidth

uint32_t VW::reductions::pmf_to_pdf_reduction::tree_bandwidth = 0

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