|
PolynomialRegressionToString Method (String)
|
Returns a System.String representing the regression.
Namespace:
Accord.Statistics.Models.Regression.Linear
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public string ToString(
string format
)
Public Function ToString (
format As String
) As String
Request Example
View SourceParameters
- format
- Type: SystemString
Return Value
Type:
StringSee Also