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

Function IsEmpty

library/cpp/expression/expression.cpp:125–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125static bool IsEmpty(const TString& str) {
126 return ToNumeric<double>(str) == 0.0;
127}
128
129static bool IsEqual(const TString& a, const TString& b, const double eps) {
130 double aVal = 0.0;

Callers 1

CalcExpressionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected