Repository: incubator-hivemall
Updated Branches:
  refs/heads/v0.5.0 bb93e9984 -> 2e22bda43


Revised formatting and fixed a typo


Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/2e22bda4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/2e22bda4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/2e22bda4

Branch: refs/heads/v0.5.0
Commit: 2e22bda43eae53321fd21521f9e6f6ef8f0ef46c
Parents: bb93e99
Author: Makoto Yui <m...@apache.org>
Authored: Tue Feb 6 16:05:25 2018 +0900
Committer: Makoto Yui <m...@apache.org>
Committed: Tue Feb 6 16:05:25 2018 +0900

----------------------------------------------------------------------
 NOTICE                                                           | 2 +-
 .../main/java/hivemall/smile/classification/DecisionTree.java    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/2e22bda4/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
index c331078..a769af3 100644
--- a/NOTICE
+++ b/NOTICE
@@ -40,7 +40,7 @@ This software contains code derived from the following 
projects:
 
      https://github.com/jeffhain/jafama/
 
-  It partially contain a modified version of fdlibm, developed at Sun 
Microsystems, Inc.
+  It partially contains a modified version of fdlibm, developed at Sun 
Microsystems, Inc.
 
 
------------------------------------------------------------------------------------------------------
 The project site uses the following open source softwares:

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/2e22bda4/core/src/main/java/hivemall/smile/classification/DecisionTree.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/hivemall/smile/classification/DecisionTree.java 
b/core/src/main/java/hivemall/smile/classification/DecisionTree.java
index f2ff560..c147a71 100644
--- a/core/src/main/java/hivemall/smile/classification/DecisionTree.java
+++ b/core/src/main/java/hivemall/smile/classification/DecisionTree.java
@@ -369,8 +369,8 @@ public final class DecisionTree implements 
Classifier<Vector> {
 
         public void exportGraphviz(@Nonnull final StringBuilder builder,
                 @Nullable final String[] featureNames, @Nullable final 
String[] classNames,
-                @Nonnull final String outputName, @Nullable double[] colorBrew,
-                final @Nonnull MutableInt nodeIdGenerator, final int 
parentNodeId) {
+                @Nonnull final String outputName, @Nullable final double[] 
colorBrew,
+                @Nonnull final MutableInt nodeIdGenerator, final int 
parentNodeId) {
             final int myNodeId = nodeIdGenerator.getValue();
 
             if (trueChild == null && falseChild == null) {

Reply via email to