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)
709get { return _earlyStoppingRuleBase; } 713EarlyStoppingRuleFactory = _earlyStoppingRuleBase.BuildFactory();