HomeSort by relevance Sort by last modified time
    Searched full:min_bound (Results 1 - 1 of 1) sorted by null

  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
sparse_weight_vector.cpp 98 double min_bound = 0; local
105 bool is_min_bounded = GetValue(wmin_, iter->first, &min_bound);
107 if ((w_[iter->first] / normalizer_) < min_bound) {
108 w_[iter->first] = min_bound*normalizer_;
136 double min_bound = 0; local
144 bool is_min_bounded = GetValue(wmin_, iter->first, &min_bound);
146 if ((iter->second / normalizer_) < min_bound) {
147 iter->second = min_bound*normalizer_;
172 double min_bound = 0; local
178 bool is_min_bounded = GetValue(wmin_, iter->first, &min_bound);
    [all...]

Completed in 111 milliseconds