• Home
  • Raw
  • Download

Lines Matching refs:CvMat

56                           const CvMat* _subsample_idx,  in train()
80 CvForestTree::train( const CvMat*, int, const CvMat*, const CvMat*, in train() argument
81 const CvMat*, const CvMat*, const CvMat*, CvDTreeParams ) in train()
89 CvForestTree::train( CvDTreeTrainData*, const CvMat* ) in train() argument
104 CvMat* active_var_mask = 0; in find_best_split()
220 CvMat* CvRTrees::get_active_var_mask() in get_active_var_mask()
231 bool CvRTrees::train( const CvMat* _train_data, int _tflag, in train()
232 const CvMat* _responses, const CvMat* _var_idx, in train()
233 const CvMat* _sample_idx, const CvMat* _var_type, in train()
234 const CvMat* _missing_mask, CvRTParams params ) in train()
270 CvMat submask1, submask2; in train()
291 CvMat* sample_idx_mask_for_tree = 0; in grow_forest()
292 CvMat* sample_idx_for_tree = 0; in grow_forest()
294 CvMat* oob_sample_votes = 0; in grow_forest()
295 CvMat* oob_responses = 0; in grow_forest()
316 CvMat oob_predictions_sum = cvMat( 1, 1, CV_32FC1 ); in grow_forest()
317 CvMat oob_num_of_predictions = cvMat( 1, 1, CV_32FC1 ); in grow_forest()
351 CvMat responses = cvMat(1, nsamples, CV_32FC1, true_resp_ptr); in grow_forest()
361 CvMat sample, missing; in grow_forest()
410 CvMat votes; in grow_forest()
508 const CvMat* CvRTrees::get_var_importance() in get_var_importance()
514 float CvRTrees::get_proximity( const CvMat* sample1, const CvMat* sample2, in get_proximity()
515 const CvMat* missing1, const CvMat* missing2 ) const in get_proximity()
535 float CvRTrees::predict( const CvMat* sample, const CvMat* missing ) const in predict()
637 var_importance = (CvMat*)cvReadByName( fs, fnode, "var_importance" ); in read()
672 CvMat submask1, submask2; in read()