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

/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dsparse_weight_vector.h55 wmax_ = other.wmax_;
91 return GetValue(wmax_, fname, val);
97 wmax_[fname] = bound;
119 wmax_.insert(vec.wmax_.begin(), vec.wmax_.end());
125 wmax_.clear();
171 Wmap wmax_; member in class:learning_stochastic_linear::SparseWeightVector
H A Dsparse_weight_vector.cpp112 bool is_max_bounded = GetValue(wmax_, iter->first, &max_bound);
151 bool is_max_bounded = GetValue(wmax_, iter->first, &max_bound);
185 bool is_max_bounded = GetValue(wmax_, iter->first, &max_bound);

Completed in 50 milliseconds