|
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
)
Function Regress (
input As TInput()
) As TOutput()
Request Example
View SourceParameters
- input
- Type: TInput
The input vectors whose output values
should be computed.
Return Value
Type:
TOutputSee Also