Searched defs:_ivecs (Results 1 - 1 of 1) sorted by relevance

/external/opencv/ml/src/
H A Dmlann_mlp.cpp688 CvVectors* _ivecs, CvVectors* _ovecs, double** _sw, int _flags )
699 assert( _ivecs && _ovecs );
808 *_ivecs = ivecs;
686 prepare_to_train( const CvMat* _inputs, const CvMat* _outputs, const CvMat* _sample_weights, const CvMat* _sample_idx, CvVectors* _ivecs, CvVectors* _ovecs, double** _sw, int _flags ) argument

Completed in 79 milliseconds