Lines Matching refs:totalError
498 const float totalError = verticalVariance(leftData) + simpleLinearRegressionError(rightData);500 if (totalError < lowestError)502 lowestError = totalError;