|   | AdditiveFunction Method  | 
        
         
              Additive Kernel Combination function.
            
 
    Namespace: 
   Accord.Statistics.Kernels
    Assembly:
   Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
 Syntax
Syntaxpublic override double Function(
	double[] x,
	double[] y
)
Public Overrides Function Function ( 
	x As Double(),
	y As Double()
) As Double
Parameters
- x
- Type: SystemDouble
 Vector x in input space.
- y
- Type: SystemDouble
 Vector y in input space.
Return Value
Type: 
DoubleDot product in feature (kernel) space.
Implements
IKernelTFunction(T, T)IKernelTFunction(T, T) See Also
See Also