Home
last modified time | relevance | path

Searched refs:my_set_input (Results 1 – 1 of 1) sorted by relevance

/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/python/
H A Dpylibvw.cc434 void my_set_input(predictor_ptr P, example_ptr ec) { P->set_input(*ec); } in my_set_input() function
545 ….def("set_input", &my_set_input, "set the input (an example) for this predictor (non-LDF mode only… in BOOST_PYTHON_MODULE()