9 references to HasStatistics
Microsoft.ML.Mkl.Components (7)
OlsLinearRegression.cs (7)
736/// only if <see cref="HasStatistics"/> is <c>false</c>. 744/// <c>null</c> if and only if <see cref="HasStatistics"/> is <c>false</c>. 752/// if and only if <see cref="HasStatistics"/> is <c>false</c>. 866Contracts.Assert(!Double.IsNaN(RSquaredAdjusted) || !HasStatistics); 867ctx.Writer.WriteBoolByte(HasStatistics); 868if (!HasStatistics) 907if (HasStatistics)
Microsoft.ML.Tests (2)
TrainerEstimators\OlsLinearRegressionTests.cs (2)
22Assert.True(model.Model.HasStatistics); 28Assert.False(model.Model.HasStatistics);