You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Sebastian Schelter (JIRA)" <ji...@apache.org> on 2014/04/27 10:06:17 UTC

[jira] [Commented] (MAHOUT-1453) ImplicitFeedbackAlternatingLeastSquaresSolver add support for user supplied confidence functions

    [ https://issues.apache.org/jira/browse/MAHOUT-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13982243#comment-13982243 ] 

Sebastian Schelter commented on MAHOUT-1453:
--------------------------------------------

[~adamilardi] What's the status here?

> ImplicitFeedbackAlternatingLeastSquaresSolver add support for user supplied confidence functions
> ------------------------------------------------------------------------------------------------
>
>                 Key: MAHOUT-1453
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-1453
>             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
>
>
> double confidence(double rating) {
>     return 1 + alpha * rating;
>   }
> The original paper mentions other functions that could be used as well. @ the moment It's not easy for a user to change this without compiling the source.



--
This message was sent by Atlassian JIRA
(v6.2#6252)