C# Class Accord.Statistics.Kernels.Custom

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

Public Methods

Method Description
Custom ( Func function ) : System

Constructs a new Custom kernel.

Function ( double x, double y ) : double

Custom kernel function.

Method Details

Custom() public method

Constructs a new Custom kernel.
public Custom ( Func function ) : System
function Func
return System

Function() public method

Custom kernel function.
public Function ( double x, double y ) : double
x double Vector x in input space.
y double Vector y in input space.
return double