Click or drag to resize
Accord.NET (logo)

MultivariateLinearRegression Constructor (Int32, Int32)

Note: This API is now obsolete.

Creates a new Multivariate Linear Regression.

Namespace:  Accord.Statistics.Models.Regression.Linear
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use the parameterless constructor instead.")]
public MultivariateLinearRegression(
	int inputs,
	int outputs
)
Request Example View Source

Parameters

inputs
Type: SystemInt32
The number of inputs for the regression.
outputs
Type: SystemInt32
The number of outputs for the regression.
See Also