1 write to _earlyStoppingRuleBase
Microsoft.ML.FastTree (1)
FastTreeArguments.cs (1)
712
_earlyStoppingRuleBase
= value;
2 references to _earlyStoppingRuleBase
Microsoft.ML.FastTree (2)
FastTreeArguments.cs (2)
709
get { return
_earlyStoppingRuleBase
; }
713
EarlyStoppingRuleFactory =
_earlyStoppingRuleBase
.BuildFactory();