C# Class Accord.Statistics.Kernels.InverseMultiquadric

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

Public Methods

Method Description
Clone ( ) : object

Creates a new object that is a copy of the current instance.

Function ( double z ) : double

Inverse Multiquadric Kernel function.

Function ( double x, double y ) : double

Inverse Multiquadric Kernel function.

InverseMultiquadric ( ) : System

Constructs a new Inverse Multiquadric Kernel.

InverseMultiquadric ( double constant ) : System

Constructs a new Inverse Multiquadric Kernel.

Method Details

Clone() public method

Creates a new object that is a copy of the current instance.
public Clone ( ) : object
return object

Function() public method

Inverse Multiquadric Kernel function.
public Function ( double z ) : double
z double Distance z in input space.
return double

Function() public method

Inverse Multiquadric 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

InverseMultiquadric() public method

Constructs a new Inverse Multiquadric Kernel.
public InverseMultiquadric ( ) : System
return System

InverseMultiquadric() public method

Constructs a new Inverse Multiquadric Kernel.
public InverseMultiquadric ( double constant ) : System
constant double The constant term theta.
return System