Searched refs:ScoreSample (Results 1 - 6 of 6) sorted by relevance

/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DILearning_StochasticLinearRanker.aidl30 float ScoreSample(in List<StringFloat> sample);
H A DBordeauxRanker.java111 return mRanker.ScoreSample(getArrayList(sample));
H A DLearning_StochasticLinearRanker.java75 public float ScoreSample(List<StringFloat> sample) { method in class:Learning_StochasticLinearRanker
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dstochastic_linear_ranker.cpp70 const double positive_score = ScoreSample(positive);
71 const double negative_score = ScoreSample(negative);
87 const double current_negative_score = ScoreSample(current_negative_);
H A Dstochastic_linear_ranker.h177 double ScoreSample(const SparseWeightVector<Key, Hash> &sample) { function in class:learning_stochastic_linear::StochasticLinearRanker
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
H A Djni_stochastic_linear_ranker.cpp457 return classifier->ScoreSample(sample);

Completed in 5826 milliseconds