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