Interface SVMKernel

    • Method Detail

      • evaluate

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