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

상속: Accord.Statistics.Kernels.KernelBase, IKernel
파일 보기 프로젝트 열기: accord-net/framework

공개 메소드들

메소드 설명
Custom ( Func function ) : System

Constructs a new Custom kernel.

Function ( double x, double y ) : double

Custom kernel function.

메소드 상세

Custom() 공개 메소드

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

Function() 공개 메소드

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