HomeSort by relevance Sort by last modified time
    Searched refs:votes (Results 1 - 2 of 2) sorted by null

  /external/opencv/ml/src/
mlrtrees.cpp 410 CvMat votes; local
412 cvGetRow(oob_sample_votes, &votes, i);
413 votes.data.i[predicted_node->class_idx]++;
416 cvMinMaxLoc( &votes, 0, 0, 0, &max_loc );
457 // predict "permuted" cases and calculate the number of votes for the
547 int* votes = (int*)alloca( sizeof(int)*nclasses ); local
548 memset( votes, 0, sizeof(*votes)*nclasses );
556 nvotes = ++votes[class_idx];
  /external/chromium_org/chrome/common/extensions/docs/examples/api/permissions/extension-questions/
popup.js 6 var URL = 'http://api.stackoverflow.com/1.1/questions?max=10&sort=votes&tagged=google-chrome-extension';

Completed in 201 milliseconds