Interface SVMKernel

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double evaluate​(java.lang.Object a, java.lang.Object b)
      Return the dot product of two vectors in an arbitrary feature space.
    • Method Detail

      • evaluate

        double evaluate​(java.lang.Object a,
                        java.lang.Object b)
        Return the dot product of two vectors in an arbitrary feature space. In this implementation, the `vectors' can actually be arbitrary objects.