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

Method SetRawValuesByMove

catboost/libs/eval_result/eval_result.cpp:70–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 void TEvalResult::SetRawValuesByMove(TVector<TVector<double>>& rawValues) {
71 if (RawValues.size() < 1) {
72 RawValues.resize(1);
73 }
74 RawValues[0] = std::move(rawValues);
75 }
76
77 void ValidateColumnOutput(
78 const TVector<TVector<TString>>& outputColumns,

Callers 2

TrainModelMethod · 0.80
TrainModelMethod · 0.80

Calls 3

moveFunction · 0.50
sizeMethod · 0.45
resizeMethod · 0.45

Tested by

no test coverage detected