C# Class Accord.Statistics.Kernels.Additive

Inheritance: Accord.Statistics.Kernels.KernelBase, IKernel
Show file Open project: accord-net/framework

Public Methods

Method Description
Additive ( ) : System

Constructs a new additive kernel.

Additive ( IKernel kernels ) : System

Constructs a new additive kernel.

Function ( double x, double y ) : double

Additive Kernel Combination function.

Method Details

Additive() public method

Constructs a new additive kernel.
public Additive ( ) : System
return System

Additive() public method

Constructs a new additive kernel.
public Additive ( IKernel kernels ) : System
kernels IKernel Kernels to combine.
return System

Function() public method

Additive Kernel Combination function.
public Function ( double x, double y ) : double
x double Vector x in input space.
y double Vector y in input space.
return double