Fixed an error

This commit is contained in:
nikhilgoel1997
2018-02-05 23:53:01 +05:30
committed by GitHub
parent 6a0123c798
commit e138521300
@@ -267,7 +267,7 @@ BOOST_AUTO_TEST_CASE(AdaBoostDiffWeakLearnerOutputTest)
{
if (output[i] != outputPerceptron[i])
{
int flag = 1;
flag = 1;
break;
}
}