[mlpack] 01/53: Add README.

Barak A. Pearlmutter barak+git at pearlmutter.net
Mon Nov 14 00:46:45 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 e3b7b4e31a16ec87bb87ffc8d1dc0b948ea35599
Author: Ryan Curtin <ryan at ratml.org>
Date:   Wed Apr 13 08:08:29 2016 -0700

    Add README.
---
 README.txt | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..eb1bbf8
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,16 @@
+This repository contains an implementation of the hashing algorithm for
+approximate furthest neighbor search detailed in the paper
+
+"Approximate Furthest Neighbor in High Dimensions"
+by Rasmus Pagh, Francesco Silverstri, Johan Siversten, and Matthew Skala
+presented at SISAP 2015.
+
+There is another implementation available here:
+https://github.com/johanvts/FN-Implementations
+
+but I wanted to re-implement this to ensure that I understood it correctly, and
+so that I could get a better comparison.
+
+This code is built using mlpack and Armadillo, so when you configure with CMake
+you may have to specify the installation directory of mlpack and Armadillo, if
+they are not already installed on the system.

-- 
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