Home | History | Annotate | Download | only in courgette

Lines Matching refs:second

29 and a second sequence of S2 of symbols from alphabet A2={U,V,W,....} called the
41 evidence for the second choice, i.e. prioritized by how 'clear cut' the best
79 second pattern indicates that the second symbol is repeated.
85 The second pattern appears to have a unique assignment but we don't make the
98 The second pattern contributes:
129 pick assignments. The second hope is that as assignment are made, the large
260 LabelInfo* top_candidate() const { return queue_.begin()->second; }
268 old_score = p->second;
274 p->second = new_score;
313 if (p->second != 0)
314 Update(p->first, p->second);
329 VLOG(2) << " " << q->first << " " << ToString(q->second);
341 return tie_breaker(a.second, b.second);
474 // i of shingle. Below, second 'A' is duplicate of position 1, second '102'
755 AssignmentCandidates* candidates = p->second->candidates();
788 return OrderLabelInfo()(a.second, b.second);
876 const ShinglePattern& pattern = p->second;
920 pattern = &inserted.first->second;
1029 // contributions from all the shingles containing it. Second, some
1082 for (LabelToScore::iterator p = assignee_iterator->second.begin();
1083 p != assignee_iterator->second.end();
1086 int score = p->second;
1098 for (LabelToScore::iterator p = assignee_iterator->second.begin();
1099 p != assignee_iterator->second.end();
1102 int score = sign * p->second;
1175 LabelInfo* assignee = best.second;