1 write to _costFunctionParam
Microsoft.ML.FastTree (1)
FastTreeRanking.cs (1)
625
_costFunctionParam
= options.CostFunctionParam;
5 references to _costFunctionParam
Microsoft.ML.FastTree (5)
FastTreeRanking.cs (5)
767
if (
_costFunctionParam
== 'c' || _useShiftedNdcg)
814
if (
_costFunctionParam
== 'c')
831
if (!_useDcg && (
_costFunctionParam
== 'c' || _useShiftedNdcg))
843
_costFunctionParam
, _distanceWeight2, numActualResults, &lambdaSum, double.MinValue,
848
if (_useShiftedNdcg ||
_costFunctionParam
== 'c' || _distanceWeight2 || _normalizeQueryLambdas)