Skip to content
Snippets Groups Projects
Commit cf321335 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Fix the mean fusion config file

parent 3bc43285
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python
import bob.fusion.base
from sklearn.preprocessing import StandardScaler
algorithm = bob.fusion.base.algorithm.Weighted_Sum()
algorithm = bob.fusion.base.algorithm.Weighted_Sum(preprocessors=[StandardScaler()])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment