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

Method OutputHeader

catboost/libs/eval_result/column_printer.h:266–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264 }
265
266 void OutputHeader(IOutputStream* outStream) override {
267 *outStream << Header;
268 }
269 std::type_index GetOutputType() override {
270 if (PredictionType == EPredictionType::Class) {
271 return typeid(TString);

Callers 1

OutputEvalResultToFileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected