1 reference to StandardErrorMean
Microsoft.ML.Transforms (1)
MetricStatistics.cs (1)
31public double StandardError => (_statistic.RawCount <= 1) ? 0 : _statistic.StandardErrorMean;