1 write to _discount
Microsoft.ML.FastTree (1)
FastTreeRanking.cs (1)
603_discount = new double[Dataset.MaxDocsPerQuery];
2 references to _discount
Microsoft.ML.FastTree (2)
FastTreeRanking.cs (2)
786fixed (double* pDiscount = _discount) 955_discount[d] = 1.0 / Math.Log(2.0 + d);