Searched refs:leftLine (Results 1 – 3 of 3) sorted by relevance
129 const Line *leftLine=(const Line *)left; in linesComparator() local132 return ucol_strcoll(coll, leftLine->s, STR_LEN, rightLine->s, STR_LEN); in linesComparator()
548 const gls::LineParameters leftLine = gls::theilSenLinearRegression(leftData); in computeSegmentedEstimator() local551 if (numDistinctX(leftData) < 2 || leftLine.coefficient > rightLine.coefficient*0.5f) in computeSegmentedEstimator()558 return SegmentedEstimator(leftLine, rightLine, pivotX); in computeSegmentedEstimator()