[mlpack] 11/30: Fix a few documentation errors.
Barak A. Pearlmutter
barak+git at pearlmutter.net
Mon Dec 26 10:15:26 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 97cd759030acb0f3a121fb8014d3cdbc7b96d91d
Author: Ryan Curtin <ryan at ratml.org>
Date: Wed Nov 30 15:18:33 2016 -0500
Fix a few documentation errors.
---
src/mlpack/methods/emst/dtb.hpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/mlpack/methods/emst/dtb.hpp b/src/mlpack/methods/emst/dtb.hpp
index 9903703..408b1a5 100644
--- a/src/mlpack/methods/emst/dtb.hpp
+++ b/src/mlpack/methods/emst/dtb.hpp
@@ -134,7 +134,7 @@ class DualTreeBoruvka
*
* @param data Dataset to build a tree for.
* @param naive Whether the computation should be done in O(n^2) naive mode.
- * @param leafSize The leaf size to be used during tree construction.
+ * @param metric An optional instantiated metric to use.
*/
DualTreeBoruvka(const MatType& dataset,
const bool naive = false,
@@ -155,7 +155,7 @@ class DualTreeBoruvka
* @endnote
*
* @param tree Pre-built tree.
- * @param dataset Dataset corresponding to the pre-built tree.
+ * @param metric An optional instantiated metric to use.
*/
DualTreeBoruvka(Tree* tree,
const MetricType metric = MetricType());
--
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