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