1 write to _earlyStoppingMetric
Microsoft.ML.FastTree (1)
FastTreeArguments.cs (1)
196
_earlyStoppingMetric
= value;
2 references to _earlyStoppingMetric
Microsoft.ML.FastTree (2)
FastTreeArguments.cs (2)
191
get { return
_earlyStoppingMetric
; }
198
EarlyStoppingMetrics = (int)
_earlyStoppingMetric
;