Vowpal Wabbit
Public Types | Public Attributes | List of all members
LEARNER::finish_example_data Struct Reference

#include <learner.h>

Public Types

using fn = void(*)(vw &, void *data, void *ex)
 

Public Attributes

void * data
 
base_learnerbase
 
fn finish_example_f
 

Detailed Description

Definition at line 89 of file learner.h.

Member Typedef Documentation

◆ fn

using LEARNER::finish_example_data::fn = void (*)(vw&, void* data, void* ex)

Definition at line 91 of file learner.h.

Member Data Documentation

◆ base

base_learner* LEARNER::finish_example_data::base

Definition at line 93 of file learner.h.

◆ data

void* LEARNER::finish_example_data::data

◆ finish_example_f

fn LEARNER::finish_example_data::finish_example_f

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