fixed some variables not being initialized.

This commit is contained in:
Davis King 2012-12-17 21:41:14 -05:00
parent b5e46c701f
commit fb5ae48660

View File

@ -59,6 +59,8 @@ namespace dlib
eps(0.1),
max_iterations(10000),
verbose(false),
have_bias(true),
last_weight_1(false),
do_shrinking(true)
{
// make sure requires clause is not broken