Click or drag to resize
Accord.NET (logo)

IRegressionTInput, TOutputRegress Method (TInput, TOutput)

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,
	TOutput[] result
)
Request Example View Source

Parameters

input
Type: TInput
The input vectors whose output values should be computed.
result
Type: TOutput
The location where to store the output values.

Return Value

Type: TOutput
See Also