Метод | Описание | |
---|---|---|
Clone ( ) : object |
Creates a new object that is a copy of the current instance.
|
|
Function ( double z ) : double |
Log Kernel function.
|
|
Function ( double x, double y ) : double |
Log Kernel function.
|
|
Log ( double degree ) : System |
Constructs a new Log Kernel
|
|
Log ( int degree ) : System |
Constructs a new Log Kernel
|
public Function ( double z ) : double | ||
z | double | Distance |
Результат | double |
public Function ( double x, double y ) : double | ||
x | double | Vector |
y | double | Vector |
Результат | double |
public Log ( double degree ) : System | ||
degree | double | The kernel's degree. |
Результат | System |
public Log ( int degree ) : System | ||
degree | int | The kernel's degree. |
Результат | System |