HomeSort by relevance Sort by last modified time
    Searched refs:Wmap (Results 1 - 2 of 2) sorted by null

  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
sparse_weight_vector.h 38 typedef Hash Wmap;
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/
jni_stochastic_linear_ranker.cpp 54 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 25 milliseconds