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

  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
Learning_StochasticLinearRanker.java 75 public float ScoreSample(List<StringFloat> sample) {
85 return mLearningSlRanker.scoreSample(keys,values);
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
stochastic_linear_ranker.h 177 double ScoreSample(const SparseWeightVector<Key, Hash> &sample) {

Completed in 60 milliseconds