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

/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dsparse_weight_vector.h39 typedef Hash Wmap; typedef in class:learning_stochastic_linear::SparseWeightVector
40 typedef typename Wmap::iterator Witer;
41 typedef typename Wmap::const_iterator Witer_const;
128 const Wmap& GetMap() const {
168 Wmap w_;
170 Wmap wmin_;
171 Wmap wmax_;
177 bool GetValue(const Wmap &w1, const Key &fname, double *val) const {
193 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 64 milliseconds