Gets a value that indicates whether the regression model has been computed.
Namespace:
Extreme.Statistics
Assembly:
Extreme.Numerics.Net20 (in Extreme.Numerics.Net20.dll) Version: 3.6.10055.0 (3.6.10077.0)
Syntax
| C# |
|---|
public bool Computed { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Computed As Boolean |
| Visual C++ |
|---|
public:
property bool Computed {
bool get ();
} |
Field Value
true if the
Compute()()() method has been called and
the results of the model are available; Otherwise
false.
Remarks
See Also