From commits-return-26432-archive-asf-public=cust-asf.ponee.io@flink.apache.org Fri Nov 1 03:11:01 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 6CB96180629 for ; Fri, 1 Nov 2019 04:11:01 +0100 (CET) Received: (qmail 91735 invoked by uid 500); 1 Nov 2019 03:11:00 -0000 Mailing-List: contact commits-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list commits@flink.apache.org Received: (qmail 91699 invoked by uid 99); 1 Nov 2019 03:11:00 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Nov 2019 03:11:00 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 36DAC805E6; Fri, 1 Nov 2019 03:11:00 +0000 (UTC) Date: Fri, 01 Nov 2019 03:10:58 +0000 To: "commits@flink.apache.org" Subject: [flink] branch master updated (9241af0 -> 09f2f43) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <157257785830.12002.2094592769471965461@gitbox.apache.org> From: rongr@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: flink X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 9241af09bdbb69a06b18edd115f2d500ba5c14b9 X-Git-Newrev: 09f2f43a1d73c76bf4d3f4a1205269eb860deb14 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. rongr pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git. from 9241af0 [FLINK-14502] Use the newly introduced list ConfigOption wherever possible. add 09f2f43 [FLINK-14154][ml] Add the class for multivariate Gaussian Distribution. No new revisions were added by this update. Summary of changes: .../basicstatistic/MultivariateGaussian.java | 142 +++++++++++++++++++++ .../basicstatistic/MultivariateGaussianTest.java | 74 +++++++++++ 2 files changed, 216 insertions(+) create mode 100644 flink-ml-parent/flink-ml-lib/src/main/java/org/apache/flink/ml/common/statistics/basicstatistic/MultivariateGaussian.java create mode 100644 flink-ml-parent/flink-ml-lib/src/test/java/org/apache/flink/ml/common/statistics/basicstatistic/MultivariateGaussianTest.java