Skip to content

Commit c05b4f2

Browse files
committed
bug fix
1 parent de9b04b commit c05b4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main_gui.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ function check_labels_Callback(hObject, eventdata, handles)
284284
% mkdir(output_path);
285285
% end
286286
% end
287-
[nc,res1bare,res2bare,res1,res2,res3,covering] = results_clustering_parameters(segmentation_configs,labels,0,output_path,10,100,1);
287+
[nc,res1bare,res2bare,res1,res2,res3,covering] = results_clustering_parameters(segmentation_configs,labels,0,output_path,10,100,10);
288288
output_path = char(fullfile(project_path,'results',strcat(p,'_cross_validation')));
289289
if exist(output_path,'dir');
290290
rmdir(output_path,'s');

0 commit comments

Comments
 (0)