1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

updated prototype for logistic regression classifier

This commit is contained in:
Rahul Kavi
2013-11-05 05:33:46 -05:00
committed by Maksim Shabunin
parent bf2ee3c58a
commit 95ea09c3dc
-3
View File
@@ -642,9 +642,6 @@ 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 LogisticRegressionParams LRParams;
typedef LogisticRegression LR;
}
}