Commit 6c74439d authored by Rahul Kavi's avatar Rahul Kavi Committed by Maksim Shabunin

fixed trailing white-space in logistic regression class

parent 7612e7af
......@@ -685,7 +685,7 @@ void CvLR::read( CvFileStorage* fs, CvFileNode* node )
CvMat *newData;
CvMat *o_labels;
CvMat *n_labels;
this->params.alpha = cvReadRealByName(fs, node,"alpha", 1.0);
this->params.num_iters = cvReadIntByName(fs, node,"iterations", 1000);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment