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

/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dlearning_rate_controller-inl.h43 void SetLambda(double lambda) { function in class:learning_stochastic_linear::LearningRateController
H A Dstochastic_linear_ranker.h48 learning_rate_controller_.SetLambda(lambda_);
123 void SetLambda(double l) { function in class:learning_stochastic_linear::StochasticLinearRanker
125 learning_rate_controller_.SetLambda(l);

Completed in 561 milliseconds