updated prototype for logistic regression classifier
This commit is contained in:
parent
bf2ee3c58a
commit
95ea09c3dc
@ -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…
x
Reference in New Issue
Block a user