Skip to content

Commit

Permalink
fixed typo in measures output computation function
Browse files Browse the repository at this point in the history
  • Loading branch information
beniz committed Mar 9, 2015
1 parent 6a07ee0 commit 8e43dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/outputconnectorstrategy.h
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ namespace dd
{
APIData meas_out;
bool loss = ad_res.has("loss");
if (ad_out.has("measures"))
if (ad_out.has("measure"))
{
std::vector<std::string> measures = ad_out.get("measure").get<std::vector<std::string>>();
bool bauc = (std::find(measures.begin(),measures.end(),"auc")!=measures.end());
Expand Down

0 comments on commit 8e43dfa

Please sign in to comment.