Click or drag to resize
Accord.NET (logo)

IRegressionTInput, TOutputRegress Method (TInput)

Computes an output value for a given input.

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 vector whose associated output value should be computed.

Return Value

Type: TOutput
See Also