Vowpal Wabbit
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
VW::polyprediction Class Reference

#include <example.h>

Public Member Functions

 polyprediction ()=default
 
 ~polyprediction ()=default
 
 polyprediction (polyprediction &&)=default
 
polypredictionoperator= (polyprediction &&)=default
 
 polyprediction (const polyprediction &)=delete
 
polypredictionoperator= (const polyprediction &)=delete
 

Public Attributes

float scalar = 0.f
 
VW::v_array< float > scalars
 
VW::action_scores a_s
 
VW::decision_scores_t decision_scores
 
uint32_t multiclass = 0
 
VW::multilabel_prediction multilabels
 
float prob = 0.f
 
VW::continuous_actions::probability_density_function pdf
 
VW::continuous_actions::probability_density_function_value pdf_value
 
VW::active_multiclass_prediction active_multiclass
 
no_pred nopred
 

Constructor & Destructor Documentation

◆ polyprediction() [1/3]

VW::polyprediction::polyprediction ( )
default

◆ ~polyprediction()

VW::polyprediction::~polyprediction ( )
default

◆ polyprediction() [2/3]

VW::polyprediction::polyprediction ( polyprediction &&  )
default

◆ polyprediction() [3/3]

VW::polyprediction::polyprediction ( const polyprediction )
delete

Member Function Documentation

◆ operator=() [1/2]

polyprediction & VW::polyprediction::operator= ( const polyprediction )
delete

◆ operator=() [2/2]

polyprediction & VW::polyprediction::operator= ( polyprediction &&  )
default

Member Data Documentation

◆ a_s

VW::action_scores VW::polyprediction::a_s

◆ active_multiclass

VW::active_multiclass_prediction VW::polyprediction::active_multiclass

◆ decision_scores

VW::decision_scores_t VW::polyprediction::decision_scores

◆ multiclass

uint32_t VW::polyprediction::multiclass = 0

◆ multilabels

VW::multilabel_prediction VW::polyprediction::multilabels

◆ nopred

no_pred VW::polyprediction::nopred

◆ pdf

◆ pdf_value

◆ prob

float VW::polyprediction::prob = 0.f

◆ scalar

float VW::polyprediction::scalar = 0.f

◆ scalars

VW::v_array<float> VW::polyprediction::scalars

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