Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Supervised MultiModal Integration Tool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Baptiste Bauvin
Supervised MultiModal Integration Tool
Commits
0f683f7f
Commit
0f683f7f
authored
5 years ago
by
Baptiste Bauvin
Browse files
Options
Downloads
Patches
Plain Diff
Early fusion naming
parent
d7b32697
No related branches found
No related tags found
No related merge requests found
Pipeline
#4303
failed
5 years ago
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
multiview_platform/mono_multi_view_classifiers/multiview_classifiers/weighted_linear_early_fusion.py
+2
-2
2 additions, 2 deletions
...ers/multiview_classifiers/weighted_linear_early_fusion.py
with
2 additions
and
2 deletions
multiview_platform/mono_multi_view_classifiers/multiview_classifiers/weighted_linear_early_fusion.py
+
2
−
2
View file @
0f683f7f
...
@@ -33,7 +33,7 @@ class WeightedLinearEarlyFusion(BaseMultiviewClassifier, BaseFusionClassifier):
...
@@ -33,7 +33,7 @@ class WeightedLinearEarlyFusion(BaseMultiviewClassifier, BaseFusionClassifier):
BaseMultiviewClassifier
.
__init__
(
self
,
random_state
=
random_state
)
BaseMultiviewClassifier
.
__init__
(
self
,
random_state
=
random_state
)
self
.
view_weights
=
view_weights
self
.
view_weights
=
view_weights
self
.
monoview_classifier_name
=
monoview_classifier_name
self
.
monoview_classifier_name
=
monoview_classifier_name
self
.
short_name
=
"
early_fusion
_
"
+
self
.
monoview_classifier_name
self
.
short_name
=
"
early_fusion
"
if
monoview_classifier_name
in
monoview_classifier_config
:
if
monoview_classifier_name
in
monoview_classifier_config
:
self
.
monoview_classifier_config
=
monoview_classifier_config
[
self
.
monoview_classifier_config
=
monoview_classifier_config
[
monoview_classifier_name
]
monoview_classifier_name
]
...
@@ -57,7 +57,7 @@ class WeightedLinearEarlyFusion(BaseMultiviewClassifier, BaseFusionClassifier):
...
@@ -57,7 +57,7 @@ class WeightedLinearEarlyFusion(BaseMultiviewClassifier, BaseFusionClassifier):
monoview_classifier_name
,
monoview_classifier_name
,
monoview_classifier_config
)
monoview_classifier_config
)
self
.
monoview_classifier_config
=
self
.
monoview_classifier
.
get_params
()
self
.
monoview_classifier_config
=
self
.
monoview_classifier
.
get_params
()
self
.
short_name
=
"
early_fusion
_
"
+
self
.
monoview_classifier_name
self
.
short_name
=
"
early_fusion
"
return
self
return
self
def
get_params
(
self
,
deep
=
True
):
def
get_params
(
self
,
deep
=
True
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment