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

  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
sparse_weight_vector.h 54 wmax_ = other.wmax_;
90 return GetValue(wmax_, fname, val);
96 wmax_[fname] = bound;
118 wmax_.insert(vec.wmax_.begin(), vec.wmax_.end());
124 wmax_.clear();
170 Wmap wmax_; member in class:learning_stochastic_linear::SparseWeightVector
sparse_weight_vector.cpp 112 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 751 milliseconds