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

  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
stochastic_linear_ranker.cpp 109 weight_.ReprojectL1(norm_constraint_);
112 weight_.ReprojectL2(norm_constraint_);
115 weight_.ReprojectL0(norm_constraint_);
stochastic_linear_ranker.h 63 norm_constraint_ = 1.0;
72 return norm_constraint_;
118 norm_constraint_ = norm;
205 double norm_constraint_; member in class:learning_stochastic_linear::StochasticLinearRanker

Completed in 27 milliseconds