7 references to Key
Microsoft.ML.TimeSeries (7)
PolynomialUtils.cs (7)
259
if (x.
Key
> y.
Key
)
262
if (x.
Key
< y.
Key
)
343
var k1 = Math.Abs(factors.ElementAt(0).
Key
);
344
var k2 = Math.Abs(factors.ElementAt(factors.Count - 1).
Key
);
358
var ind = factors.BinarySearch(new PolynomialFactor(-f1.
Key
), comparer);