MCPcopy Create free account
hub / github.com/CompPhysVienna/n2p2 / ExamplePrediction

Method ExamplePrediction

test/cpp/ExamplePrediction.h:18–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 ExamplePrediction();
17
18 ExamplePrediction(std::string name) :
19 pathData("../../examples/nnp-predict")
20 {
21 this->name = name;
22 this->description = std::string("Prediction example \"")
23 + this->name
24 + "\"";
25 this->pathData += "/" + this->name;
26 }
27};
28
29template<>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected