Gets the AnovaTable that summarizes the results of this model.
Namespace:
Extreme.DataAnalysis.Models
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public AnovaTable AnovaTable { get; }
Public ReadOnly Property AnovaTable As AnovaTable
Get
public:
virtual property AnovaTable^ AnovaTable {
AnovaTable^ get () sealed;
}
abstract AnovaTable : AnovaTable with get
override AnovaTable : AnovaTable with get
Property Value
Type:
AnovaTableThe
AnovaTable that summarizes the results of this model.
Reference