Ejemplo n.º 1
0
 def __call__(self, *vals):
     """
         Must overwrite call in order to include the constants
     """
     vals = list(vals)
     vals.extend(self.CONSTANT_VALUES)
     return GaussianLOTHypothesis.__call__(self, *vals)
Ejemplo n.º 2
0
 def __call__(self, *vals):
     """
         Must overwrite call in order to include the constants
     """
     vals = list(vals)
     vals.extend(self.CONSTANT_VALUES)
     return GaussianLOTHypothesis.__call__(self, *vals)