Home | History | Annotate | Download | only in include

Lines Matching defs:weights

562         start_step(0/*CvEM::START_AUTO_STEP*/), probs(0), weights(0), means(0), covs(0)
572 probs(_probs), weights(_weights), means(_means), covs(_covs), term_crit(_term_crit)
579 const CvMat* weights;
630 CvMat* weights;
1135 CvMat* weights;
1203 return layer_sizes && weights &&
1204 (unsigned)layer <= (unsigned)layer_sizes->cols ? weights[layer] : 0;
1235 double** weights;
1316 /* Trainable weights of the layer (including bias) */ \
1317 /* i-th row is a set of weights of the i-th output plane */ \
1318 CvMat* weights; \
1341 // value of the learning rate for updating weights at the first iteration
1411 CvMat* connect_mask CV_DEFAULT(0), CvMat* weights CV_DEFAULT(0) );
1416 float init_learn_rate, int learn_rate_decrease_type, CvMat* weights CV_DEFAULT(0) );
1420 float init_learn_rate, int learning_type, CvMat* weights CV_DEFAULT(0) );
1543 float weights[],