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