Vowpal Wabbit
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 
19 
20 void print_no_label_update(vw& all, example& ec);
22 } // namespace no_label
void output_and_account_no_label_example(vw &all, example &ec)
Definition: no_label.cc:54
void return_no_label_example(vw &all, void *, example &ec)
Definition: no_label.cc:68
void print_no_label_update(vw &all, example &ec)
Definition: no_label.cc:44
char no_label
Definition: no_label.h:14
label_parser no_label_parser
Definition: no_label.cc:41