[mlpack-git] master: Minor style fixes. (00794a5)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Fri Feb 27 15:51:48 EST 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/594fd9f61d1280152c758559b4fc60bf0c827cca...45f682337b1daa4c82797f950e16a605fe4971bd

>---------------------------------------------------------------

commit 00794a5d15c4e73f31f2d30dbd2a8e01a052f140
Author: Marcus Edel <marcus.edel at fu-berlin.de>
Date:   Fri Feb 27 21:08:38 2015 +0100

    Minor style fixes.


>---------------------------------------------------------------

00794a5d15c4e73f31f2d30dbd2a8e01a052f140
 src/mlpack/methods/ann/layer/binary_classification_layer.hpp     | 1 -
 src/mlpack/methods/ann/layer/multiclass_classification_layer.hpp | 1 -
 src/mlpack/methods/ann/optimizer/steepest_descent.hpp            | 2 --
 src/mlpack/tests/performance_functions_test.cpp                  | 1 -
 4 files changed, 5 deletions(-)

diff --git a/src/mlpack/methods/ann/layer/binary_classification_layer.hpp b/src/mlpack/methods/ann/layer/binary_classification_layer.hpp
index c3e38f1..c928f7d 100644
--- a/src/mlpack/methods/ann/layer/binary_classification_layer.hpp
+++ b/src/mlpack/methods/ann/layer/binary_classification_layer.hpp
@@ -81,5 +81,4 @@ class LayerTraits<BinaryClassificationLayer<MatType, VecType> >
 }; // namespace ann
 }; // namespace mlpack
 
-
 #endif
diff --git a/src/mlpack/methods/ann/layer/multiclass_classification_layer.hpp b/src/mlpack/methods/ann/layer/multiclass_classification_layer.hpp
index aa9a57e..40ca62b 100644
--- a/src/mlpack/methods/ann/layer/multiclass_classification_layer.hpp
+++ b/src/mlpack/methods/ann/layer/multiclass_classification_layer.hpp
@@ -94,5 +94,4 @@ using ClassificationLayer = MulticlassClassificationLayer<MatType, VecType>;
 }; // namespace ann
 }; // namespace mlpack
 
-
 #endif
diff --git a/src/mlpack/methods/ann/optimizer/steepest_descent.hpp b/src/mlpack/methods/ann/optimizer/steepest_descent.hpp
index 581eec3..8b43897 100644
--- a/src/mlpack/methods/ann/optimizer/steepest_descent.hpp
+++ b/src/mlpack/methods/ann/optimizer/steepest_descent.hpp
@@ -69,5 +69,3 @@ class SteepestDescent
 }; // namespace mlpack
 
 #endif
-
-
diff --git a/src/mlpack/tests/performance_functions_test.cpp b/src/mlpack/tests/performance_functions_test.cpp
index df425c3..82372b0 100644
--- a/src/mlpack/tests/performance_functions_test.cpp
+++ b/src/mlpack/tests/performance_functions_test.cpp
@@ -47,4 +47,3 @@ BOOST_AUTO_TEST_CASE(SumSquaredErrorTest)
 }
 
 BOOST_AUTO_TEST_SUITE_END();
-



More information about the mlpack-git mailing list