OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:POLY
(Results
1 - 2
of
2
) sorted by null
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
common_defs.h
32
enum KernelType { LINEAR,
POLY
, RBF };
/external/opencv/ml/include/
ml.h
329
double degree; // for
poly
330
double gamma; // for
poly
/rbf/sigmoid
331
double coef0; // for
poly
/sigmoid
489
enum { LINEAR=0,
POLY
=1, RBF=2, SIGMOID=3 };
[
all
...]
Completed in 1364 milliseconds