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

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

공개 메소드들

메소드 설명
Anova ( int vectorLength, int subsequenceLength ) : System

Constructs a new ANOVA Kernel.

Function ( double x, double y ) : double

ANOVA Kernel function.

비공개 메소드들

메소드 설명
kernel ( double x, int ni, double y, int mi, int pi ) : double

메소드 상세

Anova() 공개 메소드

Constructs a new ANOVA Kernel.
public Anova ( int vectorLength, int subsequenceLength ) : System
vectorLength int Length of the input vector.
subsequenceLength int Length of the subsequences for the ANOVA decomposition.
리턴 System

Function() 공개 메소드

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