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

LanczosSolver and DistributedLanczosSolver always assume rectangular input, but should also handle symmetric eigensystems.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.3
    • 0.3
    • None
    • None

    Description

      LanczosSolver calls inputMatrix.timesSquared(Vector) as it's Krylov iteration, but for symmetric inputMatrix, it should chose to instead call inputMatrix.times(Vector).

      Similarly for DistributedLanczosSolver, except in this case, DistributedSparseRowMatrix actually needs to properly MapReduce implement times(Vector) for this to work (which it should do anyways, instead of throw UnsupportedOperationException as it does currently).

      Attachments

        1. MAHOUT-310.patch
          21 kB
          Jake Mannix
        2. MAHOUT-lots.diff
          56 kB
          Jake Mannix

        Activity

          People

            jake.mannix Jake Mannix
            jake.mannix Jake Mannix
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: