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

  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
stochastic_linear_ranker.cpp 34 gradient.AdditiveWeightUpdate(1.0, positive, 0.0);
35 gradient.AdditiveWeightUpdate(-1.0, negative, 0.0);
50 gradient.AdditiveWeightUpdate(-lambda_, weight_, 0.0);
58 weight_.AdditiveWeightUpdate(final_learning_rate, gradient, 0.0);
sparse_weight_vector.h 131 void AdditiveWeightUpdate(const double multiplier,
sparse_weight_vector.cpp 48 void SparseWeightVector<Key, Hash>::AdditiveWeightUpdate(

Completed in 204 milliseconds