[mlpack-git] master: Refactor for API change... forgot to check this one in. (bd67d4c)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 22:00:54 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

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

commit bd67d4c121f44a46957985687e812d8b5d0ed403
Author: Ryan Curtin <ryan at ratml.org>
Date:   Thu Oct 9 21:04:44 2014 +0000

    Refactor for API change... forgot to check this one in.


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

bd67d4c121f44a46957985687e812d8b5d0ed403
 src/mlpack/tests/to_string_test.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/tests/to_string_test.cpp b/src/mlpack/tests/to_string_test.cpp
index d06ccd4..ecc7d07 100644
--- a/src/mlpack/tests/to_string_test.cpp
+++ b/src/mlpack/tests/to_string_test.cpp
@@ -356,7 +356,7 @@ BOOST_AUTO_TEST_CASE(KPCAString)
 
 BOOST_AUTO_TEST_CASE(KMeansString)
 {
-  mlpack::kmeans::KMeans<metric::ManhattanDistance> d(100, 4.0);
+  mlpack::kmeans::KMeans<metric::ManhattanDistance> d(100);
   Log::Debug << d;
   std::string s = d.ToString();
   BOOST_REQUIRE_NE(s, "");



More information about the mlpack-git mailing list