Return-Path: X-Original-To: apmail-hama-dev-archive@www.apache.org Delivered-To: apmail-hama-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 4B99617C06 for ; Tue, 10 Feb 2015 23:05:34 +0000 (UTC) Received: (qmail 96632 invoked by uid 500); 10 Feb 2015 23:05:12 -0000 Delivered-To: apmail-hama-dev-archive@hama.apache.org Received: (qmail 96593 invoked by uid 500); 10 Feb 2015 23:05:12 -0000 Mailing-List: contact dev-help@hama.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hama.apache.org Delivered-To: mailing list dev@hama.apache.org Received: (qmail 96580 invoked by uid 99); 10 Feb 2015 23:05:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2015 23:05:12 +0000 Date: Tue, 10 Feb 2015 23:05:11 +0000 (UTC) From: "Edward J. Yoon (JIRA)" To: dev@hama.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HAMA-894) Implement K-core algorithm 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/HAMA-894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14315142#comment-14315142 ] Edward J. Yoon commented on HAMA-894: ------------------------------------- Looks great. It will be great, if you can add unit test for this example. Please look at http://svn.apache.org/repos/asf/hama/trunk/examples/src/test/java/org/apache/hama/examples/SSSPTest.java And minor comment, why don't we use just a Text input format, instead of JSON? > Implement K-core algorithm > -------------------------- > > Key: HAMA-894 > URL: https://issues.apache.org/jira/browse/HAMA-894 > Project: Hama > Issue Type: New Feature > Components: graph, machine learning > Reporter: Edward J. Yoon > Labels: gsoc2014 > Fix For: 0.7.0 > > Attachments: kcore.patch > > > Implement the k-core algorithm (using Hama Graph API), which can be used for analyzing large scale complex networks. > - http://en.wikipedia.org/wiki/K-core#k-Cores -- This message was sent by Atlassian JIRA (v6.3.4#6332)