[mlpack-git] mlpack-2.1.x: Remove incorrect information. Solves #805. (0a7fd0e)

gitdub at mlpack.org gitdub at mlpack.org
Tue Nov 1 11:05:43 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : mlpack-2.1.x
Link       : https://github.com/mlpack/mlpack/compare/651ea9bf768b5cb75eb8f1986786932649b3d5cc...0a7fd0e768a10870b586cefe7784f5e78e3caaf6

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

commit 0a7fd0e768a10870b586cefe7784f5e78e3caaf6
Author: Ryan Curtin <ryan at ratml.org>
Date:   Tue Nov 1 11:05:43 2016 -0400

    Remove incorrect information.  Solves #805.


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

0a7fd0e768a10870b586cefe7784f5e78e3caaf6
 doc/tutorials/det/det.txt | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/doc/tutorials/det/det.txt b/doc/tutorials/det/det.txt
index a593bc6..fbf372b 100644
--- a/doc/tutorials/det/det.txt
+++ b/doc/tutorials/det/det.txt
@@ -152,8 +152,7 @@ In case you want to output the density estimates at the points in the training
 set, use the \c -e (\c --training_set_estimates_file) option to specify the
 output file to which the estimates will be saved.  The first line in
 density_estimates.txt will correspond to the density at the first point in the
-training set.  Note that the logarithm of the density estimates are given, which
-allows smaller estimates to be saved.
+training set.
 
 @code
 $ mlpack_det -t dataset.csv -e density_estimates.txt -v
@@ -165,9 +164,7 @@ Often, it is useful to train a density estimation tree on a training set and
 then obtain density estimates from the learned estimator for a separate set of
 test points.  The \c -T (\c --test_file) option allows specification of a set of
 test points, and the \c -E (\c --test_set_estimates_file) option allows
-specification of the file into which the test set estimates are saved.  Note
-that the logarithm of the density estimates are saved; this allows smaller
-values to be saved.
+specification of the file into which the test set estimates are saved.
 
 @code
 $ mlpack_det -t dataset.csv -T test_points.csv -E test_density_estimates.txt -v
@@ -249,8 +246,7 @@ double alpha = det.Grow(data, oldFromNew, false, maxLeafSize, minLeafSize);
 Note that the alternate volume regularization should not be used (see ticket
 #238).
 
-To estimate the density at a given query point, use the following code.  Note
-that the logarithm of the density is returned.
+To estimate the density at a given query point, use the following code.
 
 @code
 // For a given query, you can obtain the density estimate.




More information about the mlpack-git mailing list