|   | ILinearTFunction Method (Double, T) | 
        
         
              The kernel function.
            
 
    Namespace: 
   Accord.Statistics.Kernels
    Assembly:
   Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
 Syntax
Syntaxdouble Function(
	double[] y,
	T x
)
Function Function ( 
	y As Double(),
	x As T
) As Double
Parameters
- y
- Type: SystemDouble
 Vector y in input space.
- x
- Type: T
 Vector x in input space.
Return Value
Type: 
DoubleDot product in feature (kernel) space.
 See Also
See Also