Vowpal Wabbit
search_entityrelationtask.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 "search.h"
8 
9 namespace EntityRelationTask
10 {
12 void finish(Search::search&);
13 void run(Search::search&, multi_ex&);
15 } // namespace EntityRelationTask
void initialize(Search::search &sch, size_t &, options_i &options)
void run(Search::search &sch, multi_ex &ec)
void finish(Search::search &sch)
std::vector< example * > multi_ex
Definition: example.h:122