Skip to content

Commit de9b04b

Browse files
committed
Labelling quality
Reduced the number of default iterations. 10:1:100 -> 10:10:100
1 parent 4bbdffd commit de9b04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

results/demo/demo_gui.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ function demo_gui(set,user_path,varargin)
160160
if ~exist(output_path,'dir')
161161
mkdir(output_path);
162162
end
163-
[nc,res1bare,res2bare,res1,res2,res3,covering] = results_clustering_parameters(segmentation_configs,fullfile(project_path,'labels',lab_name(i).name),0,output_path,10,100,1);
163+
[nc,res1bare,res2bare,res1,res2,res3,covering] = results_clustering_parameters(segmentation_configs,fullfile(project_path,'labels',lab_name(i).name),0,output_path,10,100,10);
164164
output_path = char(fullfile(project_path,'results',strcat(p,'_cross_validation')));
165165
if exist(output_path,'dir');
166166
rmdir(output_path,'s');

0 commit comments

Comments
 (0)