Click or drag to resize
Accord.NET (logo)

NonlinearRegressionFunction Property

Gets the model function, mapping inputs to outputs given a suitable parameter vector.

Namespace:  Accord.Statistics.Models.Regression
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public RegressionFunction Function { get; }
Request Example View Source

Property Value

Type: RegressionFunction
See Also