| 
            
              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
SyntaxTOutput[] Regress(
	TInput[] input,
	TOutput[] result
)
Function Regress ( 
	input As TInput(),
	result As TOutput()
) As TOutput()
 Request Example
		View SourceParameters
- 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