OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:train_method
(Results
1 - 2
of
2
) sorted by null
/external/opencv/ml/src/
mlann_mlp.cpp
46
train_method
= RPROP;
58
train_method
= _train_method;
63
if(
train_method
== RPROP )
71
else if(
train_method
== BACKPROP )
84
train_method
= RPROP;
857
if( params.
train_method
== CvANN_MLP_TrainParams::BACKPROP )
[
all
...]
/external/opencv/ml/include/
ml.h
1157
int
train_method
;
member in struct:CvANN_MLP_TrainParams
[
all
...]
Completed in 24 milliseconds