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/19 16:32:14 UTC

[jira] [Resolved] (MAHOUT-1517) Remove casts to int in ALSWRFactorizer

     [ https://issues.apache.org/jira/browse/MAHOUT-1517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebastian Schelter resolved MAHOUT-1517.
----------------------------------------

    Resolution: Fixed

committed the patch, please reopen if there are still problems

> Remove casts to int in ALSWRFactorizer
> --------------------------------------
>
>                 Key: MAHOUT-1517
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-1517
>             Project: Mahout
>          Issue Type: Bug
>          Components: Collaborative Filtering
>            Reporter: Sebastian Schelter
>            Assignee: Sebastian Schelter
>             Fix For: 1.0
>
>         Attachments: MAHOUT-1517.patch
>
>
> ALSWRFactorizer casts the long ids to int which can lead to exception for long ids that are outside of the int range. Change this to use a mapping for the ids.



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