fixed typedef for LogisticRegression. Updated LogisticRegression prototype with newer C++ API
This commit is contained in:

committed by
Maksim Shabunin

parent
e4a90c19cc
commit
56d715b091
@@ -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;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user