HomeSort by relevance Sort by last modified time
    Searched full:m_weights (Results 1 - 1 of 1) sorted by null

  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
jni_stochastic_linear_ranker.cpp 235 SparseWeightVector<string> M_weights;
236 classifier->SaveWeights(&M_weights);
238 SparseWeightVector<string>::Wmap w_map = M_weights.GetMap();
377 SparseWeightVector<string> M_weights;
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, array_len, &M_weights);

Completed in 325 milliseconds