8 references to MaximumTreeOutput
Microsoft.ML.FastTree (8)
BoostingFastTree.cs (1)
171return FastTreeTrainerOptions.MaximumTreeOutput;
FastTreeArguments.cs (2)
865ectx.CheckUserArg(0 <= MaximumTreeOutput, nameof(MaximumTreeOutput), "Must be non-negative.");
FastTreeClassification.cs (1)
225FastTreeTrainerOptions.MaximumTreeOutput,
FastTreeRanking.cs (1)
571options.MaximumTreeOutput,
FastTreeRegression.cs (1)
436options.MaximumTreeOutput,
FastTreeTweedie.cs (2)
380options.MaximumTreeOutput, 398_maxClamp = Math.Abs(options.MaximumTreeOutput);