Home
last modified time | relevance | path

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

/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/vowpalwabbit/
H A Dvw.h61 float get_cost_sensitive_prediction(example*ec);
H A Dvwdll.cpp147 return VW::get_cost_sensitive_prediction(static_cast<example*>(e)); in VW_GetCostSensitivePrediction()
H A Dparser.cc1127 float get_cost_sensitive_prediction(example* ec) in get_cost_sensitive_prediction() function