Vowpal Wabbit
Public Member Functions | Public Attributes | List of all members
CSOAA::csoaa Struct Reference

Public Member Functions

 ~csoaa ()
 

Public Attributes

uint32_t num_classes
 
polypredictionpred
 

Detailed Description

Definition at line 25 of file csoaa.cc.

Constructor & Destructor Documentation

◆ ~csoaa()

CSOAA::csoaa::~csoaa ( )
inline

Definition at line 29 of file csoaa.cc.

29 { free(pred); }
polyprediction * pred
Definition: csoaa.cc:28

Member Data Documentation

◆ num_classes

uint32_t CSOAA::csoaa::num_classes

Definition at line 27 of file csoaa.cc.

Referenced by CSOAA::predict_or_learn().

◆ pred

polyprediction* CSOAA::csoaa::pred

Definition at line 28 of file csoaa.cc.

Referenced by CSOAA::predict_or_learn().


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