Vowpal Wabbit
vowpalwabbit
mwt.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
LEARNER::base_learner
*
mwt_setup
(
VW::config::options_i
& options,
vw
& all);
8
9
namespace
MWT
10
{
11
void
delete_scalars
(
void
* v);
12
void
print_scalars
(
int
f
,
v_array<float>
&
scalars
,
v_array<char>
& tag);
13
}
// namespace MWT
MWT::print_scalars
void print_scalars(int f, v_array< float > &scalars, v_array< char > &tag)
Definition:
mwt.cc:149
prediction_type::scalars
Definition:
learner.h:21
LEARNER::learner
Definition:
cb_explore.h:11
vw
Definition:
global_data.h:369
MWT
Definition:
mwt.cc:16
MWT::delete_scalars
void delete_scalars(void *v)
Definition:
example.h:37
VW::config::options_i
Definition:
options.h:107
mwt_setup
LEARNER::base_learner * mwt_setup(VW::config::options_i &options, vw &all)
Definition:
mwt.cc:236
v_array< float >
f
float f
Definition:
cache.cc:40
Generated on Thu Apr 9 2020 14:45:24 for Vowpal Wabbit by
1.8.13