Uploaded image for project: 'Mahout'
  1. Mahout
  2. MAHOUT-1754

Distance and squared distance matrix routines

    XMLWordPrintableJSON

Details

    • Blog - New Blog Request
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.10.2
    • None
    • None

    Description

      R analogs: dist()

      this issue suggests to provide routine for distance and squared distance matrix computation.

      Since most of the use actually requires or can use square distance routine, we suggest to provide both squared and non-squared eucledian distance matrices.

      By convention, distributed versions are prepended by (d) letter:

      dist
      sqDist
      dsqDist

      The points are assumed to be row-wise.

      We also provide variation for pair-wise distance matrix of two different inputs x and y:

      sqDist(x,y)
      dsqDist(x,y).

      Attachments

        Activity

          People

            dlyubimov Dmitriy Lyubimov
            dlyubimov Dmitriy Lyubimov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: