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