Searched refs:other_class (Results 1 - 1 of 1) sorted by relevance

/frameworks/ml/bordeaux/learning/multiclass_pa/native/
H A Dmulticlass_pa.cpp111 int other_class = PickAClassExcept(target); local
112 float other_class_score = Score(inputs, parameters_[other_class]);
113 // VLOG(1) << "other class " << other_class << " score " << other_class_score;
131 parameters_[other_class][i] -= rate * inputs[i];
144 int other_class = PickAClassExcept(target); local
145 float other_class_score = SparseScore(inputs, parameters_[other_class]);
146 // VLOG(1) << "other class " << other_class << " score " << other_class_score;
164 parameters_[other_class][inputs[i].first] -= rate * inputs[i].second;

Completed in 57 milliseconds