Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C658B200D3E for ; Thu, 2 Nov 2017 00:14:05 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C4CC9160BEA; Wed, 1 Nov 2017 23:14:05 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 17AB5160BFA for ; Thu, 2 Nov 2017 00:14:04 +0100 (CET) Received: (qmail 38029 invoked by uid 500); 1 Nov 2017 23:14:04 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 38020 invoked by uid 99); 1 Nov 2017 23:14:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2017 23:14:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 8046C1A43F5 for ; Wed, 1 Nov 2017 23:14:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.752 X-Spam-Level: X-Spam-Status: No, score=-99.752 tagged_above=-999 required=6.31 tests=[KAM_LOTSOFHASH=0.25, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id NETIxeKBq_jb for ; Wed, 1 Nov 2017 23:14:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 2D02A60F1F for ; Wed, 1 Nov 2017 23:14:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 60635E06BD for ; Wed, 1 Nov 2017 23:14:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 1DC7E24412 for ; Wed, 1 Nov 2017 23:14:00 +0000 (UTC) Date: Wed, 1 Nov 2017 23:14:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-5246) Fuzzy c-means (FCM) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 01 Nov 2017 23:14:05 -0000 [ https://issues.apache.org/jira/browse/IGNITE-5246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16234940#comment-16234940 ] ASF GitHub Bot commented on IGNITE-5246: ---------------------------------------- GitHub user ilya-nozhkin opened a pull request: https://github.com/apache/ignite/pull/2969 IGNITE-5246: Fuzzy c-means (FCM) Implemented local and distributed versions of FCM algorithm You can merge this pull request into a Git repository by running: $ git pull https://github.com/ilya-nozhkin/ignite ignite-5246 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/2969.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2969 ---- commit 177427ff6a5024af3a61fb34584847370b46afae Author: Ilya Nozhkin Date: 2017-10-03T20:38:38Z started to work on fuzzy c-means clustering, partially implemented base abstract entities commit 9f005b897fc797a27abfa19e19ac2ce01370a3b3 Author: Ilya Nozhkin Date: 2017-10-17T21:04:41Z implemented the local version of FCM commit 2481e6fb85203af6b49c398ae538683ea467a5e3 Author: Ilya Nozhkin Date: 2017-10-21T14:08:24Z finished to implement FCM local clusterer, wrote some tests commit 144e9284fb2a3fcfad54ef6a8ae6c4fcedfef33f Author: Ilya Nozhkin Date: 2017-10-27T17:04:32Z partially implemented centers selection commit 126019354e88db249c13897205ea57a61001fff6 Author: Ilya Nozhkin Date: 2017-10-27T17:11:08Z Merge branch 'master' into ignite-5247 commit fa2efcae5806feb6264f51255b59973a1998676b Author: Ilya Nozhkin Date: 2017-10-27T17:43:46Z implemented centers selection commit fdc9ac3987c46d5c6db155f3b17aa30d9eeed12c Author: Ilya Nozhkin Date: 2017-10-27T21:56:17Z implemented distributed version of FCM and some test for it too commit d0f200f987af87d6e34305bc8554305becd58e39 Author: Ilya Nozhkin Date: 2017-10-31T21:06:03Z wrote comments for distributed version commit 8582832143cecb49e49f404b4cd39ddd52b60151 Author: Ilya Nozhkin Date: 2017-10-31T21:47:32Z commented local clusterer, changed the location of some methods, added stop condition for distributed clusterer, added exceptions throwing commit 6f7114a3355c6468bd5112fb8b82c9fb0b8ef1ff Author: Ilya Nozhkin Date: 2017-10-31T22:26:22Z implemented new test for local clusterer, fixed bug with argument checking commit 12eb052d9420f54eeb0b9f04b057beedabd97b33 Author: Ilya Nozhkin Date: 2017-11-01T22:57:15Z updated and commented tests, changed access levels of methods in distributed clusterer ---- > Fuzzy c-means (FCM) > ------------------- > > Key: IGNITE-5246 > URL: https://issues.apache.org/jira/browse/IGNITE-5246 > Project: Ignite > Issue Type: New Feature > Components: ml > Reporter: Yury Babak > Assignee: Ilya Nozhkin > Priority: Major > > We want to have implementation of fuzzy clusterization. -- This message was sent by Atlassian JIRA (v6.4.14#64029)