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

Function ClearApproxBuffer

catboost/private/libs/algo/plot.cpp:229–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229static void ClearApproxBuffer(TVector<TVector<double>>* approxMatrix) {
230 for (auto& approx : *approxMatrix) {
231 approx.clear();
232 }
233}
234
235TMetricsPlotCalcer& TMetricsPlotCalcer::ProceedDataSet(
236 const TProcessedDataProvider& processedData,

Callers 1

plot.cppFile · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected