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

/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) {
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dsparse_weight_vector.h53 w_ = other.w_;
102 GetValue(w_, fname, &val);
107 w_[fname] = val;
110 w_[fname] += val;
113 w_[fname] *= val;
117 w_.clear();
118 w_.insert(vec.w_.begin(), vec.w_
168 Wmap w_; member in class:learning_stochastic_linear::SparseWeightVector
[all...]

Completed in 188 milliseconds