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

Class LinearMethod

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

Source from the content-addressed store, hash-verified

9App* createApp(const string& name, const Config& conf);
10
11class LinearMethod {
12 public:
13 LinearMethod(const Config& conf) : conf_(conf) { }
14 virtual ~LinearMethod() { }
15 protected:
16 Config conf_;
17};
18
19} // namespace LM
20} // namespace PS

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected