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

Method LinearMethod

src/app/linear_method/linear.h:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11class LinearMethod {
12 public:
13 LinearMethod(const Config& conf) : conf_(conf) { }
14 virtual ~LinearMethod() { }
15 protected:
16 Config conf_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected