1 write to PValue
Microsoft.ML.StandardTrainers (1)
Standard\ModelStatistics.cs (1)
66
PValue
= pValue;
5 references to PValue
Microsoft.ML.StandardTrainers (5)
Standard\ModelStatistics.cs (5)
510
decorateProbabilityString(biasStats.
PValue
));
521
decorateProbabilityString(coeffStat.
PValue
));
545
new float[] { biasStats.Estimate, biasStats.StandardError, biasStats.ZScore, biasStats.
PValue
}));
553
new float[] { coeffStat.Estimate, coeffStat.StandardError, coeffStat.ZScore, coeffStat.
PValue
}));
569
builder.AddPrimitiveValue("BiasPValue", NumberDataViewType.Single, biasStats.
PValue
);