JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
smile.math.kernel
Interface KernelMatrix
public interface
KernelMatrix
A kernel matrix of dataset is the array of k(x
i
, x
j
). Various cache strategies can be used to reduce the evaluations of kernel functions during training a kernel machine such as SVM.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
double
k
(int i, int j)
Returns the element k(x
i
, x
j
) of kernel matrix for a given dataset.
Method Detail
k
double k(int i, int j)
Returns the element k(x
i
, x
j
) of kernel matrix for a given dataset.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method