[mlpack-git] master: Fix documentation. (c702342)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Mon Nov 2 12:19:25 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/f86acf8be2c01568d8b3dcd2e529ee9f20f7585e...156787dd4f372a7fd740f733127ac200ea2564b7

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

commit c7023423d48caa0eaaf67318517b4f34c7cbf3bd
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Nov 2 17:16:21 2015 +0000

    Fix documentation.


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

c7023423d48caa0eaaf67318517b4f34c7cbf3bd
 src/mlpack/methods/neighbor_search/ns_model.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/methods/neighbor_search/ns_model.hpp b/src/mlpack/methods/neighbor_search/ns_model.hpp
index 126258d..cb51e6a 100644
--- a/src/mlpack/methods/neighbor_search/ns_model.hpp
+++ b/src/mlpack/methods/neighbor_search/ns_model.hpp
@@ -83,7 +83,7 @@ class NSModel
   //! Clean memory, if necessary.
   ~NSModel();
 
-  //! Serialize the kNN model.
+  //! Serialize the neighbor search model.
   template<typename Archive>
   void Serialize(Archive& ar, const unsigned int /* version */);
 



More information about the mlpack-git mailing list