updated prototype for logistic regression classifier

pull/3119/head
Rahul Kavi 11 years ago committed by Maksim Shabunin
parent bf2ee3c58a
commit 95ea09c3dc
  1. 3
      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;
}
}

Loading…
Cancel
Save