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>.
866
Contracts.Assert(!Double.IsNaN(RSquaredAdjusted) || !
HasStatistics
);
867
ctx.Writer.WriteBoolByte(
HasStatistics
);
868
if (!
HasStatistics
)
907
if (
HasStatistics
)
Microsoft.ML.Tests (2)
TrainerEstimators\OlsLinearRegressionTests.cs (2)
22
Assert.True(model.Model.
HasStatistics
);
28
Assert.False(model.Model.
HasStatistics
);