Click or drag to resize
Accord.NET (logo)

MultipleLinearRegressionToString Method (String, IFormatProvider)

Returns a String that represents this instance.

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
The format to use.-or- A null reference (Nothing in Visual Basic) to use the default format defined for the type of the System.IFormattable implementation.
formatProvider
Type: SystemIFormatProvider
The provider to use to format the value.-or- A null reference (Nothing in Visual Basic) to obtain the numeric format information from the current locale setting of the operating system.

Return Value

Type: String
A String that represents this instance.

Implements

IFormattableToString(String, IFormatProvider)
See Also