MCPcopy Create free account
hub / github.com/catboost/catboost / Predict

Method Predict

util/system/fasttime.cpp:144–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 }
143
144 inline B Predict(A a) const noexcept {
145 return A_ + a * B_;
146 }
147
148 inline size_t Size() const noexcept {
149 return C_;

Callers 1

GetBaseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected