Exemplo n.º 1
0
 def __init__(self, name, rt_counter):
     ModelInterface.__init__(self, name, rt_counter, 'LinearRegression')
Exemplo n.º 2
0
 def __init__(self, name, rt_counter):
     ModelInterface.__init__(self, name, rt_counter,
                             'OnlineLinearRegression')
     self.alpha = 0.002
Exemplo n.º 3
0
 def __init__(self, name, rt_counter):
     ModelInterface.__init__(self, name, rt_counter, 'OnlineLinearRegression')
     self.alpha = 0.002
 def __init__(self, name, rt_counter):
     ModelInterface.__init__(self, name, rt_counter, 'LinearRegression')