Click or drag to resize
Accord.NET (logo)

IRegressionTInput, TOutputRegress Method (TInput)

Computes output values for each vector in the given set of input vectors.

Namespace:  Accord.MachineLearning
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
TOutput[] Regress(
	TInput[] input
)
Request Example View Source

Parameters

input
Type: TInput
The input vectors whose output values should be computed.

Return Value

Type: TOutput
See Also