Interface Kernel

    • Method Detail

      • eval

        double eval​(Matrix A,
                    Matrix B)
        Evaluates a kernel between the two Vectors .
        Parameters:
        A - The first pattern to calculate the kernel
        B - The second pattern to calculate the kernel
        Returns:
        A double with the value of the calculated kernel