MCPcopy Create free account
hub / github.com/dmlc/parameter_server / clear_lambda

Method clear_lambda

src/app/linear_method/proto/linear.pb.h:1529–1531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1527 return lambda_.size();
1528}
1529inline void PenaltyConfig::clear_lambda() {
1530 lambda_.Clear();
1531}
1532inline double PenaltyConfig::lambda(int index) const {
1533 return lambda_.Get(index);
1534}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected