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

/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dsparse_weight_vector.h53 wmin_ = other.wmin_;
87 return GetValue(wmin_, fname, val);
93 wmin_[fname] = bound;
119 wmin_.insert(vec.wmin_.begin(), vec.wmin_.end());
125 wmin_.clear();
169 Wmap wmin_; member in class:learning_stochastic_linear::SparseWeightVector
H A Dsparse_weight_vector.cpp105 bool is_min_bounded = GetValue(wmin_, iter->first, &min_bound);
144 bool is_min_bounded = GetValue(wmin_, iter->first, &min_bound);
178 bool is_min_bounded = GetValue(wmin_, iter->first, &min_bound);

Completed in 27 milliseconds