1 write to _earlyStoppingMetric
Microsoft.ML.FastTree (1)
FastTreeArguments.cs (1)
92_earlyStoppingMetric = value;
2 references to _earlyStoppingMetric
Microsoft.ML.FastTree (2)
FastTreeArguments.cs (2)
87get { return _earlyStoppingMetric; } 94EarlyStoppingMetrics = (int)_earlyStoppingMetric;