Return-Path: X-Original-To: apmail-mahout-dev-archive@www.apache.org Delivered-To: apmail-mahout-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B0CF310246 for ; Thu, 13 Mar 2014 16:02:10 +0000 (UTC) Received: (qmail 87766 invoked by uid 500); 13 Mar 2014 16:02:04 -0000 Delivered-To: apmail-mahout-dev-archive@mahout.apache.org Received: (qmail 86835 invoked by uid 500); 13 Mar 2014 16:01:59 -0000 Mailing-List: contact dev-help@mahout.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mahout.apache.org Delivered-To: mailing list dev@mahout.apache.org Received: (qmail 86557 invoked by uid 99); 13 Mar 2014 16:01:55 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2014 16:01:55 +0000 Date: Thu, 13 Mar 2014 16:01:55 +0000 (UTC) From: "Adam Ilardi (JIRA)" To: dev@mahout.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (MAHOUT-1453) ImplicitFeedbackAlternatingLeastSquaresSolver add support for user supplied confidence functions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAHOUT-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13933455#comment-13933455 ] Adam Ilardi edited comment on MAHOUT-1453 at 3/13/14 4:01 PM: -------------------------------------------------------------- The only solution I can think of it to create a new set of classes that lets me extend or inject the confidence function. Conversely I could add more optional parameters to the existing ALSWRFactorizer class was (Author: adamilardi): The only solution I can think of it to create a new class that lets me extend or inject the confidence function. Conversely I could add more optional parameters to the existing ALSWRFactorizer class > 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)