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