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