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

/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
H A Djni_stochastic_linear_ranker.cpp235 SparseWeightVector<string> M_weights; local
236 classifier->SaveWeights(&M_weights);
238 SparseWeightVector<string>::Wmap w_map = M_weights.GetMap();
377 SparseWeightVector<string> M_weights; local
378 classifier->SaveWeights(&M_weights);
379 SparseWeightVector<string>::Wmap w_map = M_weights.GetMap();
382 normalizer = M_weights.GetNormalizer();
383 DecomposeSparseWeightVector(env, &key_array_model, &value_array_model, &M_weights);

Completed in 77 milliseconds