sam wu created MAHOUT-1313:
------------------------------

             Summary: RowSimilarityJob, sampleDown method problem
                 Key: MAHOUT-1313
                 URL: https://issues.apache.org/jira/browse/MAHOUT-1313
             Project: Mahout
          Issue Type: Bug
          Components: Collaborative Filtering
    Affects Versions: 0.9
            Reporter: sam wu
            Assignee: Sean Owen
            Priority: Minor


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

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to