[mlpack] 233/324: Merge in changes from release branch. I guess I should have done all this before I branched.
Barak A. Pearlmutter
barak+git at cs.nuim.ie
Sun Aug 17 08:22:13 UTC 2014
This is an automated email from the git hooks/post-receive script.
bap pushed a commit to branch svn-trunk
in repository mlpack.
commit 05094863f90bfc06b2901106dcf10725dc96b852
Author: rcurtin <rcurtin at 9d5b8971-822b-0410-80eb-d18c1038ef23>
Date: Mon Jul 28 14:38:58 2014 +0000
Merge in changes from release branch. I guess I should have done all this
before I branched.
git-svn-id: http://svn.cc.gatech.edu/fastlab/mlpack/trunk@16888 9d5b8971-822b-0410-80eb-d18c1038ef23
---
doc/tutorials/range_search/range_search.txt | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/doc/tutorials/range_search/range_search.txt b/doc/tutorials/range_search/range_search.txt
index 927cc99..3be6203 100644
--- a/doc/tutorials/range_search/range_search.txt
+++ b/doc/tutorials/range_search/range_search.txt
@@ -175,10 +175,11 @@ $ range_search -q query_dataset.csv -r reference_dataset.csv -n \
@subsection cli_ex3_rstut One dataset, range [4.1 4.2], leaf size of 15 points
-The \b mlpack implementation of range search is a dual-tree method, meaning that
-the leaf size of the tree can be changed. Depending on the characteristics of
-the dataset, a larger or smaller leaf size can provide faster computation. The
-leaf size is modifiable through the command-line interface, as shown below.
+The \b mlpack implementation of range search is a dual-tree algorithm; when
+\f$kd\f$-trees are used, the leaf size of the tree can be changed. Depending on
+the characteristics of the dataset, a larger or smaller leaf size can provide
+faster computation. The leaf size is modifiable through the command-line
+interface, as shown below.
@code
$ range_search -r dataset.csv -n neighbors_out.csv -d distances_out.csv -m 4.1 \
--
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