Documentation of 'smile.math.kernel.KernelMatrix' Java class
KernelMatrix
smile.math.kernel

Interface KernelMatrix



  • public interface KernelMatrix
    A 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
      double k(int i, int j)
      Returns the element k(xi, xj) of kernel matrix for a given dataset.
    • Method Detail

      • k

        double k(int i,
                 int j)
        Returns the element k(xi, xj) of kernel matrix for a given dataset.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.