3 writes to EarlyStoppingMetric
Microsoft.ML.FastTree (1)
FastTreeArguments.cs (1)
104EarlyStoppingMetric = EarlyStoppingMetric.L1Norm;
Microsoft.ML.Samples (2)
Dynamic\Trainers\BinaryClassification\FastTreeWithOptions.cs (1)
34EarlyStoppingMetric = EarlyStoppingMetric.L2Norm,
Dynamic\Transforms\TreeFeaturization\FastTreeBinaryFeaturizationWithOptions.cs (1)
49EarlyStoppingMetric = EarlyStoppingMetric.L2Norm,
1 reference to EarlyStoppingMetric
Microsoft.ML.FastTree (1)
FastTreeArguments.cs (1)
74/// internal state of <see cref="EarlyStoppingMetric"/>. It should be always synced with