Searched refs:_ovecs (Results 1 – 2 of 2) sorted by relevance
/external/opencv/ml/include/ |
D | ml.h | 1211 CvVectors* _ivecs, CvVectors* _ovecs, double** _sw, int _flags ); 1214 virtual int train_backprop( CvVectors _ivecs, CvVectors _ovecs, const double* _sw ); 1217 virtual int train_rprop( CvVectors _ivecs, CvVectors _ovecs, const double* _sw );
|
/external/opencv/ml/src/ |
D | mlann_mlp.cpp | 688 CvVectors* _ivecs, CvVectors* _ovecs, double** _sw, int _flags ) in prepare_to_train() argument 699 assert( _ivecs && _ovecs ); in prepare_to_train() 809 *_ovecs = ovecs; in prepare_to_train()
|