메소드 | 설명 | |
---|---|---|
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 |
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 |
public Function ( double x, double y ) : double | ||
x | double | Vector |
y | double | Vector |
리턴 | double |