OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:train_rprop
(Results
1 - 2
of
2
) sorted by null
/external/opencv/ml/src/
mlann_mlp.cpp
863
CV_CALL( iter =
train_rprop
( x0, u, sw ));
1049
int CvANN_MLP::
train_rprop
( CvVectors x0, CvVectors u, const double* sw )
function in class:CvANN_MLP
[
all
...]
/external/opencv3/modules/ml/src/
ann_mlp.cpp
711
train_rprop
( inputs, outputs, sw, termcrit );
986
int
train_rprop
( const Mat& inputs, const Mat& outputs, const Mat& _sw, TermCriteria termCrit )
function in class:cv::ml::ANN_MLPImpl
[
all
...]
Completed in 1815 milliseconds