Skip to content
Snippets Groups Projects
Commit 076991f4 authored by Baptiste Bauvin's avatar Baptiste Bauvin
Browse files

fusion with mc

parent e9c31f6e
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ class BaseFusionClassifier():
def init_monoview_estimator(self, classifier_name, classifier_config,
classifier_index=None, multiclass=False):
if classifier_index is not None:
if classifier_config is not None:
if classifier_config is not None and classifier_name in classifier_config:
classifier_configs = classifier_config[classifier_name]
else:
classifier_configs = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment