Searched defs:w_ (Results 1 - 2 of 2) sorted by relevance

/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dsparse_weight_vector.h52 w_ = other.w_;
101 GetValue(w_, fname, &val);
106 w_[fname] = val;
109 w_[fname] += val;
112 w_[fname] *= val;
116 w_.clear();
117 w_.insert(vec.w_.begin(), vec.w_
167 Wmap w_; member in class:learning_stochastic_linear::SparseWeightVector
[all...]
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
H A Djni_stochastic_linear_ranker.cpp54 SparseWeightVector<string>::Wmap w_ = sample->GetMap(); local
56 for ( SparseWeightVector<string>::Witer_const iter = w_.begin();
57 iter != w_.end(); ++iter) {

Completed in 148 milliseconds