Commit 21de04b4 authored by Rahul Kavi's avatar Rahul Kavi Committed by Maksim Shabunin

fixed default constructor for LogisticRegression class declaration

parent 65eb52a2
......@@ -590,7 +590,7 @@ struct CV_EXPORTS LogisticRegressionParams
class CV_EXPORTS LogisticRegression
{
public:
LogisticRegression( const LogisticRegressionParams& params);
LogisticRegression( const LogisticRegressionParams& params = LogisticRegressionParams());
LogisticRegression(cv::InputArray data_ip, cv::InputArray labels_ip, const LogisticRegressionParams& params);
virtual ~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