smile.math.kernel
Interface KernelMatrix
-
public interface KernelMatrixA kernel matrix of dataset is the array of k(xi, xj). 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 doublek(int i, int j)Returns the element k(xi, xj) of kernel matrix for a given dataset.
-
DataMelt 3.0 © DataMelt by jWork.ORG