From 95ea09c3dc3d389af5c6c61ca1cccb18fe66d056 Mon Sep 17 00:00:00 2001 From: Rahul Kavi <leorahul16@gmail.com> Date: Tue, 5 Nov 2013 05:33:46 -0500 Subject: [PATCH] updated prototype for logistic regression classifier --- modules/ml/include/opencv2/ml.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/ml/include/opencv2/ml.hpp b/modules/ml/include/opencv2/ml.hpp index cf7f7cf07..7b0334394 100644 --- a/modules/ml/include/opencv2/ml.hpp +++ b/modules/ml/include/opencv2/ml.hpp @@ -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; - } }