Skip to content

Commit cb4ff6a

Browse files
committed
fixes
1 parent f9cef96 commit cb4ff6a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

results/class_statistics.m

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,15 +179,15 @@
179179
if length(cols)-4 > 1 % only if we have more than one classifiers
180180
if SEGMENTATION
181181
if flag
182-
results_classification_agreement(rpath,'FOLDER',mcpath,'CLASSIFICATION',CLASSIFICATION,'SEGMENTATION',segmentation_configs, 'CLASSIFIERS',varargin{flag});
182+
results_classification_agreement(rpath,'FOLDER',mcpath,'CLASSIFICATION',CLASSIFICATION,'SEGMENTATION',segmentation_configs, 'CLASSIFIERS',varargin{flag}, 'WAITFAR',WAITBAR);
183183
else
184-
results_classification_agreement(rpath,'FOLDER',mcpath,'CLASSIFICATION',CLASSIFICATION,'SEGMENTATION',segmentation_configs);
184+
results_classification_agreement(rpath,'FOLDER',mcpath,'CLASSIFICATION',CLASSIFICATION,'SEGMENTATION',segmentation_configs, 'WAITFAR',WAITBAR);
185185
end
186186
else
187187
if flag
188-
results_classification_agreement(rpath,'FOLDER',mcpath,'CLASSIFICATION',CLASSIFICATION, 'CLASSIFIERS',varargin{flag});
188+
results_classification_agreement(rpath,'FOLDER',mcpath,'CLASSIFICATION',CLASSIFICATION, 'CLASSIFIERS',varargin{flag}, 'WAITFAR',WAITBAR);
189189
else
190-
results_classification_agreement(rpath,'FOLDER',mcpath,'CLASSIFICATION',CLASSIFICATION);
190+
results_classification_agreement(rpath,'FOLDER',mcpath,'CLASSIFICATION',CLASSIFICATION, 'WAITFAR',WAITBAR);
191191
end
192192
end
193193
end

0 commit comments

Comments
 (0)