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

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;
}
}