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

Method Not

library/cpp/expression/expression_variable.cpp:102–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102double TExpressionVariable::Not() {
103 return IsZeroDoubleValue() ? 1.0 : 0.0;
104}
105double TExpressionVariable::Minus() {
106 return -ToDouble();
107}

Callers 2

CalcVariantExpressionMethod · 0.80
Y_UNIT_TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected