|
GeneralizedLinearRegression Constructor (ILinkFunction, Int32)
|
Note: This API is now obsolete.
Creates a new Generalized Linear Regression Model.
Namespace:
Accord.Statistics.Models.Regression
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax [ObsoleteAttribute("Please use the default constructor and set the NumberOfInputs property instead.")]
public GeneralizedLinearRegression(
ILinkFunction function,
int inputs
)
<ObsoleteAttribute("Please use the default constructor and set the NumberOfInputs property instead.")>
Public Sub New (
function As ILinkFunction,
inputs As Integer
)
Request Example
View SourceParameters
- function
- Type: Accord.Statistics.LinksILinkFunction
The link function to use. - inputs
- Type: SystemInt32
The number of input variables for the model.
See Also