updated prototype for logistic regression classifier
This commit is contained in:

committed by
Maksim Shabunin

parent
bf2ee3c58a
commit
95ea09c3dc
@@ -642,9 +642,6 @@ CV_EXPORTS void randGaussMixture( InputArray means, InputArray covs, InputArray
|
|||||||
/* creates test set */
|
/* creates test set */
|
||||||
CV_EXPORTS void createConcentricSpheresTestSet( int nsamples, int nfeatures, int nclasses,
|
CV_EXPORTS void createConcentricSpheresTestSet( int nsamples, int nfeatures, int nclasses,
|
||||||
OutputArray samples, OutputArray responses);
|
OutputArray samples, OutputArray responses);
|
||||||
typedef LogisticRegressionParams LRParams;
|
|
||||||
typedef LogisticRegression LR;
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user