Vowpal Wabbit
topk.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 
7 #pragma once
8 
9 #include "reductions_fwd.h"
10 
LEARNER::base_learner * topk_setup(VW::config::options_i &options, vw &all)
Definition: topk.cc:132