2 writes to EndIndex
Microsoft.ML.TimeSeries (2)
STL\LocalRegression.cs (2)
89EndIndex = endIndex; 125EndIndex = _length - 1;
7 references to EndIndex
Microsoft.ML.TimeSeries (7)
STL\LocalRegression.cs (7)
91var neighborsCount = EndIndex - StartIndex + 1; 102for (int i = StartIndex; i <= EndIndex; i++) 111for (int i = StartIndex; i <= EndIndex; i++) 128double rightRange = _x[EndIndex] - selfValue; 131var neighborsCount = EndIndex - StartIndex + 1; 141for (int i = StartIndex; i <= EndIndex; i++) 150for (int i = StartIndex; i <= EndIndex; i++)