[vlfeat] 01/44: Update vl_kmeans doc to include MaxNumIterations

Dima Kogan dima at secretsauce.net
Wed Sep 16 21:05:27 UTC 2015


This is an automated email from the git hooks/post-receive script.

dkogan-guest pushed a commit to branch master
in repository vlfeat.

commit 2788d9d44f244a848e9d4ed08d685ee2f88c4c4b
Author: Achal Dave <achalddave at live.com>
Date:   Wed Jun 11 21:39:32 2014 -0700

    Update vl_kmeans doc to include MaxNumIterations
---
 toolbox/kmeans/vl_kmeans.m | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/toolbox/kmeans/vl_kmeans.m b/toolbox/kmeans/vl_kmeans.m
index ad0a8da..ce938be 100644
--- a/toolbox/kmeans/vl_kmeans.m
+++ b/toolbox/kmeans/vl_kmeans.m
@@ -48,6 +48,10 @@
 %     Maximum number of sample-to-center comparisons when searching
 %     for the closest center.
 %
+%   MaxNumIterations:: [100]
+%     Maximum number of iterations allowed for the kmeans algorithm
+%     to converge.
+%
 %   Example::
 %     VL_KMEANS(X, 10, 'verbose', 'distance', 'l1', 'algorithm',
 %     'elkan') clusters the data point X using 10 centers, l1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/vlfeat.git



More information about the debian-science-commits mailing list