• Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double evaluate​(Object a, Object b)

      Return the dot product of two vectors in an arbitrary feature space.

    • 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.