Home | History | Annotate | Download | only in src

Lines Matching full:_results

1494 float DTreesImpl::predict( InputArray _samples, OutputArray _results, int flags ) const
1500 bool needresults = _results.needed();
1510 _results.create(nsamples, 1, rtype);
1511 results = _results.getMat();