C# 클래스 Accord.Statistics.Kernels.Multiquadric

상속: IKernel
파일 보기 프로젝트 열기: accord-net/framework

공개 메소드들

메소드 설명
Clone ( ) : object

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

Function ( double z ) : double

Multiquadric Kernel function.

Function ( double x, double y ) : double

Multiquadric Kernel function.

Multiquadric ( ) : System

Constructs a new Multiquadric Kernel.

Multiquadric ( double constant ) : System

Constructs a new Multiquadric Kernel.

메소드 상세

Clone() 공개 메소드

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

Function() 공개 메소드

Multiquadric Kernel function.
public Function ( double z ) : double
z double Distance z in input space.
리턴 double

Function() 공개 메소드

Multiquadric Kernel function.
public Function ( double x, double y ) : double
x double Vector x in input space.
y double Vector y in input space.
리턴 double

Multiquadric() 공개 메소드

Constructs a new Multiquadric Kernel.
public Multiquadric ( ) : System
리턴 System

Multiquadric() 공개 메소드

Constructs a new Multiquadric Kernel.
public Multiquadric ( double constant ) : System
constant double The constant term theta.
리턴 System