OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
176
double
ScoreSample
(const SparseWeightVector<Key, Hash> &sample) {
Completed in 880 milliseconds