[
https://issues.apache.org/jira/browse/MAHOUT-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13931533#comment-13931533
]
Hudson commented on MAHOUT-1447:
--------------------------------
SUCCESS: Integrated in Mahout-Quality #2516 (See
[https://builds.apache.org/job/Mahout-Quality/2516/])
MAHOUT-1447 ImplicitFeedbackAlternatingLeastSquaresSolver tests and feature
(ssc: rev 1576459)
* /mahout/trunk/CHANGELOG
*
/mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/impl/recommender/svd/Factorization.java
*
/mahout/trunk/math/src/main/java/org/apache/mahout/math/als/ImplicitFeedbackAlternatingLeastSquaresSolver.java
*
/mahout/trunk/math/src/test/java/org/apache/mahout/math/als/AlternatingLeastSquaresSolverTest.java
> ImplicitFeedbackAlternatingLeastSquaresSolver tests and features
> ----------------------------------------------------------------
>
> Key: MAHOUT-1447
> URL: https://issues.apache.org/jira/browse/MAHOUT-1447
> Project: Mahout
> Issue Type: Improvement
> Components: Collaborative Filtering
> Affects Versions: 0.9
> Reporter: Adam Ilardi
> Assignee: Sebastian Schelter
> Priority: Minor
> Labels: newbie, patch, performance
> Fix For: 1.0
>
> Attachments: MAHOUT-1447.patch
>
>
> I added a test case for the YtY calculation code
> I removed the indexes.quickSort() in the YtY calculation because I don't
> think it's necessary and the test cases passed without it. The order
> shouldn't matter since you're adding the scalers together. Correct me if i'm
> wrong.
> In Factorization.java I added methods to access the iterator of item ids and
> user ids directly. This saves memory when using classes like TopItems.java
> when you don't have the DataModel class in memory as well.
--
This message was sent by Atlassian JIRA
(v6.2#6252)