[mlpack-git] master: Fix comments. (11302b0)

gitdub at mlpack.org gitdub at mlpack.org
Thu Nov 3 09:39:30 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/04551164d9950dbdb3738f0c9d87e2d498fd8192...68018ae4eb4f579ff12e693515ce1ed03f81bf31

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

commit 11302b0c9ab42870e89226469e94a42f1feec1e9
Author: Ryan Curtin <ryan at ratml.org>
Date:   Thu Nov 3 09:39:30 2016 -0400

    Fix comments.


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

11302b0c9ab42870e89226469e94a42f1feec1e9
 src/mlpack/methods/approx_kfn/approx_kfn_main.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mlpack/methods/approx_kfn/approx_kfn_main.cpp b/src/mlpack/methods/approx_kfn/approx_kfn_main.cpp
index 0467b59..e52df4f 100644
--- a/src/mlpack/methods/approx_kfn/approx_kfn_main.cpp
+++ b/src/mlpack/methods/approx_kfn/approx_kfn_main.cpp
@@ -1,8 +1,8 @@
 /**
- * @file smarthash_main.cpp
+ * @file approx_kfn_main.cpp
  * @author Ryan Curtin
  *
- * Command-line program for the SmartHash algorithm.
+ * Command-line program for various furthest neighbor search algorithms.
  *
  * mlpack is free software; you may redistribute it and/or modify it under the
  * terms of the 3-clause BSD license.  You should have received a copy of the




More information about the mlpack-git mailing list