3 writes to EarlyStoppingMetric
Microsoft.ML.FastTree (1)
FastTreeArguments.cs (1)
148EarlyStoppingMetric = EarlyStoppingMetric.L1Norm; // Use L1 by default.
Microsoft.ML.IntegrationTests (1)
Validation.cs (1)
124EarlyStoppingMetric = EarlyStoppingMetric.L2Norm,
Microsoft.ML.Samples (1)
Dynamic\Trainers\Regression\FastTreeWithOptions.cs (1)
37EarlyStoppingMetric =
1 reference to EarlyStoppingMetric
Microsoft.ML.FastTree (1)
FastTreeArguments.cs (1)
122/// internal state of <see cref="EarlyStoppingMetric"/>. It should be always synced with