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