Vowpal Wabbit
vowpalwabbit
no_label.h
Go to the documentation of this file.
1
/*
2
Copyright (c) by respective owners including Yahoo!, Microsoft, and
3
individual contributors. All rights reserved. Released under a BSD
4
license as described in the file LICENSE.
5
*/
6
#pragma once
7
#include "
label_parser.h
"
8
9
struct
example
;
10
struct
vw
;
11
12
namespace
no_label
13
{
14
typedef
char
no_label
;
15
16
void
return_no_label_example
(
vw
& all,
void
*,
example
& ec);
17
18
extern
label_parser
no_label_parser
;
19
20
void
print_no_label_update
(
vw
& all,
example
& ec);
21
void
output_and_account_no_label_example
(
vw
& all,
example
& ec);
22
}
// namespace no_label
no_label
Definition:
no_label.cc:10
vw
Definition:
global_data.h:369
label_parser
Definition:
label_parser.h:10
no_label::output_and_account_no_label_example
void output_and_account_no_label_example(vw &all, example &ec)
Definition:
no_label.cc:54
no_label::return_no_label_example
void return_no_label_example(vw &all, void *, example &ec)
Definition:
no_label.cc:68
example
Definition:
example.h:54
label_parser.h
no_label::print_no_label_update
void print_no_label_update(vw &all, example &ec)
Definition:
no_label.cc:44
no_label::no_label
char no_label
Definition:
no_label.h:14
no_label::no_label_parser
label_parser no_label_parser
Definition:
no_label.cc:41
Generated on Thu Apr 9 2020 14:45:24 for Vowpal Wabbit by
1.8.13