Searched refs:Wmap (Results 1 - 2 of 2) sorted by relevance

/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dsparse_weight_vector.h38 typedef Hash Wmap; typedef in class:learning_stochastic_linear::SparseWeightVector
39 typedef typename Wmap::iterator Witer;
40 typedef typename Wmap::const_iterator Witer_const;
127 const Wmap& GetMap() const {
167 Wmap w_;
169 Wmap wmin_;
170 Wmap wmax_;
176 bool GetValue(const Wmap &w1, const Key &fname, double *val) const {
192 typename SparseWeightVector<Key, Hash>::Wmap w_map = vector.GetMap();
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
H A Djni_stochastic_linear_ranker.cpp54 SparseWeightVector<string>::Wmap w_ = sample->GetMap();
238 SparseWeightVector<string>::Wmap w_map = M_weights.GetMap();
379 SparseWeightVector<string>::Wmap w_map = M_weights.GetMap();

Completed in 1039 milliseconds