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

  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
sparse_weight_vector.h 53 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
sparse_weight_vector.cpp 105 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 878 milliseconds