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)
786
fixed (double* pDiscount =
_discount
)
955
_discount
[d] = 1.0 / Math.Log(2.0 + d);