Share via


OlsModelParameters.HasStatistics Property

Definition

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

Property Value

Applies to