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

RowSimilarityJob, sampleDown method problem

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.8
    • 0.9
    • None
    • None

    Description

      RowSimilarityJob.java , sampleDown method
      ----line 291 or 300
      double rowSampleRate = Math.min(maxObservationsPerRow, observationsPerRow) / observationsPerRow;

      currently always return either 0.0 or 1.0.

      Should return true double, eg: 0.34,...

      Attachments

        Activity

          People

            smarthi Suneel Marthi
            swu5530@gmail.com sam wu
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: