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
|