Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Prediction
Method
Prediction
library/cpp/linear_regression/linear_model.h:39–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
38
template <typename T>
39
double Prediction(const TVector<T>& features) const {
40
return InnerProduct(Coefficients, features, Intercept);
41
}
42
};
Callers
1
QualityBenchmark
Function · 0.80
Calls
1
InnerProduct
Function · 0.85
Tested by
no test coverage detected