Commit aa35835c authored by Rahul Kavi's avatar Rahul Kavi Committed by Maksim Shabunin

fixed white space in logistic regression prototype

parent 8995921c
...@@ -585,7 +585,6 @@ struct CV_EXPORTS LogisticRegressionParams ...@@ -585,7 +585,6 @@ struct CV_EXPORTS LogisticRegressionParams
LogisticRegressionParams(); LogisticRegressionParams();
LogisticRegressionParams(double learning_rate, int iters, int train_method, int normlization, int reg, int mini_batch_size); LogisticRegressionParams(double learning_rate, int iters, int train_method, int normlization, int reg, int mini_batch_size);
}; };
class CV_EXPORTS LogisticRegression class CV_EXPORTS LogisticRegression
......
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