Click or drag to resize
Accord.NET (logo)

SimpleLinearRegressionToString Method (String, IFormatProvider)

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,
	IFormatProvider formatProvider
)
Request Example View Source

Parameters

format
Type: SystemString
formatProvider
Type: SystemIFormatProvider

Return Value

Type: String
See Also