예제 #1
0
 def __init__(self, beta, skip=1, scales=[0], fixed_dt=0):
     ExpSwitcher.__init__(self, beta)
     self.skip = skip
     self.scales = scales
     self.fixed_dt = fixed_dt
예제 #2
0
 def __init__(self, statistic='y_corr', scale_score=False, **kwargs):  # @UnusedVariable
     ExpSwitcher.__init__(self, **kwargs)
     self.statistic = statistic
     self.scale_score = False