Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6191B176A1 for ; Fri, 11 Sep 2015 09:42:15 +0000 (UTC) Received: (qmail 8362 invoked by uid 500); 11 Sep 2015 09:42:13 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 8214 invoked by uid 500); 11 Sep 2015 09:42:13 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 7793 invoked by uid 99); 11 Sep 2015 09:42:13 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Sep 2015 09:42:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7C2AADFE04; Fri, 11 Sep 2015 09:42:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: erans@apache.org To: commits@commons.apache.org Date: Fri, 11 Sep 2015 09:42:22 -0000 Message-Id: In-Reply-To: <67dfca4c3e6d4689a5aa6fef88e69b01@git.apache.org> References: <67dfca4c3e6d4689a5aa6fef88e69b01@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [10/10] [math] Update of "changes.xml" Update of "changes.xml" Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/74515ba6 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/74515ba6 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/74515ba6 Branch: refs/heads/MATH_3_X Commit: 74515ba6aa6a8c5a4b3c41214fced05d7320c654 Parents: 8025da1 Author: Gilles Authored: Fri Sep 11 11:36:48 2015 +0200 Committer: Gilles Committed: Fri Sep 11 11:36:48 2015 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/74515ba6/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 1698f0f..d2996b1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -51,6 +51,15 @@ If the output is not quite correct, check for invisible trailing spaces! + + Various SOFM visualizations (in package "o.a.c.m.ml.neuralnet.twod.util"): + Unified distance matrix, hit histogram, smoothed data histograms, + topographic error. + + + New interfaces to be implemented by algorithms that visualizes properties + of a "NeuronSquareMesh2D" (package "o.a.c.m.ml.neuralnet.twod.util"). + Reimplemented pow(double, double) in FastMath, for better accuracy in integral power cases and trying to fix erroneous JIT optimization again.