OlsModelParameters.HasStatistics Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether the model has per parameter statistics. This is false iff StandardErrors, TValues, and PValues are all null. A model may not have per parameter statistics because either there were not more examples than parameters in the model, or because they were explicitly suppressed in training by setting CalculateStatistics to false.
public bool HasStatistics { get; }
member this.HasStatistics : bool
Public ReadOnly Property HasStatistics As Boolean