Commit 56d715b0 authored by Rahul Kavi's avatar Rahul Kavi Committed by Maksim Shabunin

fixed typedef for LogisticRegression. Updated LogisticRegression prototype with newer C++ API

parent e4a90c19
......@@ -647,8 +647,8 @@ CV_EXPORTS void randGaussMixture( InputArray means, InputArray covs, InputArray
/* creates test set */
CV_EXPORTS void createConcentricSpheresTestSet( int nsamples, int nfeatures, int nclasses,
OutputArray samples, OutputArray responses);
typedef CvLR_TrainParams LogisticRegression_TrainParams;
typedef CvLR LogisticRegression;
typedef LogisticRegressionParams LRParams;
typedef LogisticRegression LR;
}
......
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