Home
last modified time | relevance | path

Searched refs:best_score (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/bordeaux/learning/multiclass_pa/native/
Dmulticlass_pa.cpp198 float best_score = -10000.0; in GetClass() local
202 if (score_i > best_score) { in GetClass()
203 best_score = score_i; in GetClass()
212 float best_score = -10000.0; in SparseGetClass() local
216 if (score_i > best_score) { in SparseGetClass()
217 best_score = score_i; in SparseGetClass()
/frameworks/ex/variablespeed/jni/
Dsola_time_scaler.cc281 int best_score = 0; in Process() local
287 if (score > best_score) { in Process()
288 best_score = score; in Process()
298 if (score > best_score) { in Process()
299 best_score = score; in Process()