Skip to content

Commit 9b0fcc2

Browse files
author
Yu-Wei Chang
committed
update for compatibility for NN B2 file
1 parent b1bd545 commit 9b0fcc2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

braph2genesis/neuralnetworks/_NNClassifierCrossValidation.gen.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,8 @@
266266
else
267267
pr = PanelPropCell('EL', nncv, 'PROP', NNClassifierCrossValidation.FEATURE_IMPORTANCE, varargin{:});
268268
end
269+
else
270+
pr = PanelPropCell('EL', nncv, 'PROP', NNClassifierCrossValidation.FEATURE_IMPORTANCE, varargin{:});
269271
end
270272

271273
%% ¡props_update!

braph2genesis/neuralnetworks/_NNClassifierEvaluator.gen.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ under the ROC curve (AUC), and the confusion matrix.
4646
else
4747
pr = PanelPropCell('EL', nne, 'PROP', NNClassifierEvaluator.FEATURE_MASK, varargin{:});
4848
end
49+
else
50+
pr = PanelPropCell('EL', nne, 'PROP', NNClassifierEvaluator.FEATURE_MASK, varargin{:});
4951
end
5052

5153
%%% ¡prop!
@@ -130,6 +132,8 @@ under the ROC curve (AUC), and the confusion matrix.
130132
else
131133
pr = PanelPropCell('EL', nne, 'PROP', NNClassifierEvaluator.FEATURE_PERMUTATION_IMPORTANCE, varargin{:});
132134
end
135+
else
136+
pr = PanelPropCell('EL', nne, 'PROP', NNClassifierEvaluator.FEATURE_PERMUTATION_IMPORTANCE, varargin{:});
133137
end
134138

135139
%%% ¡prop!

0 commit comments

Comments
 (0)