[mlpack-svn] r13881 - mlpack/trunk/src/mlpack/bindings/matlab/emst

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Fri Nov 16 13:33:50 EST 2012


Author: rcurtin
Date: 2012-11-16 13:33:50 -0500 (Fri, 16 Nov 2012)
New Revision: 13881

Modified:
   mlpack/trunk/src/mlpack/bindings/matlab/emst/emst.m
Log:
Very minor documentation change.


Modified: mlpack/trunk/src/mlpack/bindings/matlab/emst/emst.m
===================================================================
--- mlpack/trunk/src/mlpack/bindings/matlab/emst/emst.m	2012-11-16 18:33:15 UTC (rev 13880)
+++ mlpack/trunk/src/mlpack/bindings/matlab/emst/emst.m	2012-11-16 18:33:50 UTC (rev 13881)
@@ -9,13 +9,16 @@
 % second column corresponds to the greater index of the edge; and the third
 % column corresponds to the distance between the two points.
 %
-% Parameters:
+% Required parameters:
 %
 % dataPoints - The matrix of data points. Columns are assumed to represent
 %              dimensions, with rows representing separate points.
-% method     - The algorithm for computing the tree. 'naive' or 'boruvka', with
+%
+% Optional parameters (i.e. emst(..., 'parameter', value, ...)):
+%
+% 'method'   - The algorithm for computing the tree. 'naive' or 'boruvka', with
 %              'boruvka' being the default dual-tree Boruvka algorithm.
-% leafSize   - Leaf size in the kd-tree.  One-element leaves give the
+% 'leafSize' - Leaf size in the kd-tree.  One-element leaves give the
 %              empirically best performance, but at the cost of greater memory
 %              requirements.  Defaults to 1.
 %




More information about the mlpack-svn mailing list