Skip to content

Commit 8e2be02

Browse files
committed
Merge branch 'fast_checksum'
2 parents a7aba17 + bc58a05 commit 8e2be02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/prv_system.docx

8.33 KB
Binary file not shown.

mountainsort/src/isosplit5/isosplit5.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
if ~isfield(opts,'refine_clusters'), opts.refine_clusters=true; end;
2727
if ~isfield(opts,'max_iterations'), opts.max_iterations_per_pass=500; end;
2828
if ~isfield(opts,'verbose') opts.verbose=0; end;
29-
if ~isfield(opts,'verbose_pause_duration') opts.verbose_pause_duration=0.5; end;
29+
if ~isfield(opts,'verbose_pause_duration') opts.verbose_pause_duration=2.0; end;
3030
if ~isfield(opts,'whiten_cluster_pairs') opts.whiten_cluster_pairs=1; end;
3131

3232
%% Initialize the timers for diagnostic
@@ -396,7 +396,7 @@
396396
title('Truth');
397397

398398
ttt=tic;
399-
[labels2,info]=isosplit5(X,struct('verbose',0,'refine_clusters',0,'whiten_cluster_pairs',1));
399+
[labels2,info]=isosplit5(X,struct('verbose',1,'refine_clusters',0,'whiten_cluster_pairs',1));
400400
fprintf('Time for isosplit5: %g\n',toc(ttt));
401401
figure; ms_view_clusters_0(X(1:2,:),labels2);
402402
title('isosplit5');

0 commit comments

Comments
 (0)