[mlpack-git] master: Move name of main program. (8fb09a1)

gitdub at mlpack.org gitdub at mlpack.org
Tue Oct 25 03:15:52 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/31995784e651e1c17c988c79d9f53c9dbad620f8...81fce4edfc8bfb4c26b48ed388f559ec1cee26dd

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

commit 8fb09a11a6c4ec80983b56043a95bfa0865dd6b7
Author: Ryan Curtin <ryan at ratml.org>
Date:   Tue Oct 25 16:15:52 2016 +0900

    Move name of main program.


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

8fb09a11a6c4ec80983b56043a95bfa0865dd6b7
 src/mlpack/methods/approx_kfn/CMakeLists.txt                         | 5 ++---
 .../approx_kfn/{drusilla_select_main.cpp => approx_kfn_main.cpp}     | 0
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/mlpack/methods/approx_kfn/CMakeLists.txt b/src/mlpack/methods/approx_kfn/CMakeLists.txt
index fa78462..06b729c 100644
--- a/src/mlpack/methods/approx_kfn/CMakeLists.txt
+++ b/src/mlpack/methods/approx_kfn/CMakeLists.txt
@@ -18,6 +18,5 @@ endforeach()
 # the parent scope).
 set(MLPACK_SRCS ${MLPACK_SRCS} ${DIR_SRCS} PARENT_SCOPE)
 
-# The code to compute the approximate neighbor for the given query and reference
-# sets with p-stable LSH.
-add_cli_executable(drusilla_select)
+# This program computes approximate furthest neighbors.
+add_cli_executable(approx_kfn)
diff --git a/src/mlpack/methods/approx_kfn/drusilla_select_main.cpp b/src/mlpack/methods/approx_kfn/approx_kfn_main.cpp
similarity index 100%
rename from src/mlpack/methods/approx_kfn/drusilla_select_main.cpp
rename to src/mlpack/methods/approx_kfn/approx_kfn_main.cpp




More information about the mlpack-git mailing list