You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@horn.apache.org by zj...@apache.org on 2016/06/08 04:42:24 UTC

[4/4] incubator-horn git commit: clean up whitespace

clean up whitespace


Project: http://git-wip-us.apache.org/repos/asf/incubator-horn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-horn/commit/608f153e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-horn/tree/608f153e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-horn/diff/608f153e

Branch: refs/heads/master
Commit: 608f153eceab749d97b53d418b0ab6b48990f920
Parents: 23d2b5c
Author: Zachary Jaffee <zi...@case.edu>
Authored: Tue Jun 7 21:21:52 2016 -0700
Committer: Zachary Jaffee <zi...@case.edu>
Committed: Tue Jun 7 21:21:52 2016 -0700

----------------------------------------------------------------------
 src/main/java/org/apache/horn/trainer/Neuron.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-horn/blob/608f153e/src/main/java/org/apache/horn/trainer/Neuron.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/horn/trainer/Neuron.java b/src/main/java/org/apache/horn/trainer/Neuron.java
index 1a28867..4b44d8a 100644
--- a/src/main/java/org/apache/horn/trainer/Neuron.java
+++ b/src/main/java/org/apache/horn/trainer/Neuron.java
@@ -55,7 +55,7 @@ public class Neuron {
   public double getBias(){
     return this.bias;
   }
-  
+
   public void setTheta(double theta){
     this.theta=theta;
   }