Searched refs:cumulativeAverageErrors (Results 1 – 1 of 1) sorted by relevance
211 std::vector<float> cumulativeAverageErrors(std::size(mVerifiers)); in toString() local212 for (size_t i = 0; i < cumulativeAverageErrors.size(); ++i) { in toString()213 cumulativeAverageErrors[i] = mVerifiers[i].cumulativeAverageError(); in toString()220 .append(VectorRecorder::toString(cumulativeAverageErrors, mDelimiterIdx, "%.3g")) in toString()