[mlpack] 26/53: Move name of main program.
Barak A. Pearlmutter
barak+git at pearlmutter.net
Mon Nov 14 00:46:48 UTC 2016
This is an automated email from the git hooks/post-receive script.
bap pushed a commit to branch master
in repository mlpack.
commit 8fb09a11a6c4ec80983b56043a95bfa0865dd6b7
Author: Ryan Curtin <ryan at ratml.org>
Date: Tue Oct 25 16:15:52 2016 +0900
Move name of main program.
---
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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git
More information about the debian-science-commits
mailing list