Commit 95ea09c3 authored by Rahul Kavi's avatar Rahul Kavi Committed by Maksim Shabunin

updated prototype for logistic regression classifier

parent bf2ee3c5
......@@ -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;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment