1 write to _useShiftedNdcg
Microsoft.ML.FastTree (1)
FastTreeRanking.cs (1)
629
_useShiftedNdcg
= options.ShiftedNdcg;
5 references to _useShiftedNdcg
Microsoft.ML.FastTree (5)
FastTreeRanking.cs (5)
760
if (
_useShiftedNdcg
)
767
if (_costFunctionParam == 'c' ||
_useShiftedNdcg
)
805
if (
_useShiftedNdcg
)
831
if (!_useDcg && (_costFunctionParam == 'c' ||
_useShiftedNdcg
))
848
if (
_useShiftedNdcg
|| _costFunctionParam == 'c' || _distanceWeight2 || _normalizeQueryLambdas)