mirror of
https://github.com/opencv/opencv.git
synced 2025-06-29 08:00:57 +08:00
fixed white space in logistic regression prototype
This commit is contained in:
parent
8995921cc5
commit
aa35835cfc
@ -585,7 +585,6 @@ struct CV_EXPORTS LogisticRegressionParams
|
||||
|
||||
LogisticRegressionParams();
|
||||
LogisticRegressionParams(double learning_rate, int iters, int train_method, int normlization, int reg, int mini_batch_size);
|
||||
|
||||
};
|
||||
|
||||
class CV_EXPORTS LogisticRegression
|
||||
|
Loading…
Reference in New Issue
Block a user