1 write to MaxTreeOutput
Microsoft.ML.FastTree (1)
Training\Applications\ObjectiveFunction.cs (1)
47
MaxTreeOutput
= maxTreeOutput;
8 references to MaxTreeOutput
Microsoft.ML.FastTree (8)
FastTreeClassification.cs (4)
415
if (output >
MaxTreeOutput
)
416
output =
MaxTreeOutput
;
417
else if (output < -
MaxTreeOutput
)
418
output = -
MaxTreeOutput
;
FastTreeRanking.cs (4)
941
if (output >
MaxTreeOutput
)
942
output =
MaxTreeOutput
;
943
else if (output < -
MaxTreeOutput
)
944
output = -
MaxTreeOutput
;