1 write to _length
Microsoft.ML.TimeSeries (1)
STL\LeastSquares.cs (1)
37
_length
= _x.Count;
4 references to _length
Microsoft.ML.TimeSeries (4)
STL\LeastSquares.cs (4)
48
Contracts.CheckParam(weights.Count ==
_length
, nameof(weights));
49
if (weights.Count !=
_length
)
58
for (int k = 0; k <
_length
; k++)
84
for (int i = 0; i <
_length
; i++)