1 write to SelfIndex
Microsoft.ML.TimeSeries (1)
STL\LocalRegression.cs (1)
49SelfIndex = selfIndex;
2 references to SelfIndex
Microsoft.ML.TimeSeries (2)
STL\LocalRegression.cs (2)
53double selfValue = _x[SelfIndex]; 238return _model.Y(_x[SelfIndex]);