Пример #1
0
 def __str__(self):
     s = self.__class__.__name__ + "=["
     s += "variance=" + str(self.variance)
     s += ", radius=" + str(self.radius)
     s += ", " + Distribution.__str__(self)
     s += "]"
     return s
Пример #2
0
 def __str__(self):
     s = self.__class__.__name__ + "=["
     s += "W=" + str(self.W)    
     s += "bias=" + str(self.bias)
     s += ", " + Distribution.__str__(self)
     s += "]"
     return s
Пример #3
0
 def __str__(self):
     s=self.__class__.__name__+ "=["
     s += "components="+ str(self.components)
     s += ", mixing_proportion="+ str(self.mixing_proportion)
     s += ", " + Distribution.__str__(self)
     s += "]"
     return s
Пример #4
0
 def __str__(self):
     s = self.__class__.__name__ + "=["
     s += "bananicity=" + str(self.bananicity)
     s += ", V=" + str(self.V)
     s += ", " + Distribution.__str__(self)
     s += "]"
     return s
Пример #5
0
 def __str__(self):
     s = self.__class__.__name__ + "=["
     s += "bananicity=" + str(self.bananicity)
     s += ", V=" + str(self.V)
     s += ", " + Distribution.__str__(self)
     s += "]"
     return s
Пример #6
0
 def __str__(self):
     s = self.__class__.__name__ + "=["
     s += "mu=" + str(self.mu)
     s += ", L=" + str(self.L)
     s += ", " + Distribution.__str__(self)
     s += "]"
     return s
 def __str__(self):
     s = self.__class__.__name__ + "=["
     s += "spread=" + str(self.ps)
     s += ", flip_at_least_one=" + str(self.flip_at_least_one)
     s += ", " + Distribution.__str__(self)
     s += "]"
     return s
Пример #8
0
 def __str__(self):
     s = self.__class__.__name__ + "=["
     s += "mu=" + str(self.mu)
     s += ", L=" + str(self.L)
     s += ", " + Distribution.__str__(self)
     s += "]"
     return s
Пример #9
0
 def __str__(self):
     s = self.__class__.__name__ + "=["
     s += "components=" + str(self.components)
     s += ", mixing_proportion=" + str(self.mixing_proportion)
     s += ", " + Distribution.__str__(self)
     s += "]"
     return s
Пример #10
0
 def __str__(self):
     s = self.__class__.__name__ + "=["
     s += "W=" + str(self.W)
     s += "bias=" + str(self.bias)
     s += ", " + Distribution.__str__(self)
     s += "]"
     return s
Пример #11
0
 def __str__(self):
     s = self.__class__.__name__ + "=["
     s += "spread=" + str(self.ps)
     s += ", flip_at_least_one=" + str(self.flip_at_least_one)
     s += ", " + Distribution.__str__(self)
     s += "]"
     return s
Пример #12
0
 def __str__(self):
     s = self.__class__.__name__ + "=["
     s += "mu=" + str(self.mu)
     s += "spread=" + str(self.spread)
     s += "N=" + str(self.N)
     s += ", " + Distribution.__str__(self)
     s += "]"
     return s
Пример #13
0
 def __str__(self):
     s = self.__class__.__name__ + "=["
     s += "amplitude=" + str(self.amplitude)
     s += ", frequency=" + str(self.frequency)
     s += ", variance=" + str(self.variance)
     s += ", radius=" + str(self.radius)
     s += ", " + Distribution.__str__(self)
     s += "]"
     return s
Пример #14
0
 def __str__(self):
     s = self.__class__.__name__ + "=["
     s += "num_objects=" + str(self.num_objects)
     s += ", omega=" + str(self.omega)
     s += ", cdf=" + str(self.cdf)
     s += ", support=" + str(self.support)
     s += ", " + Distribution.__str__(self)
     s += "]"
     return s
Пример #15
0
 def __str__(self):
     s = self.__class__.__name__ + "=["
     s += "num_objects=" + str(self.num_objects)
     s += ", omega=" + str(self.omega)
     s += ", cdf=" + str(self.cdf)
     s += ", support=" + str(self.support)
     s += ", " + Distribution.__str__(self)
     s += "]"
     return s
Пример #16
0
 def __str__(self):
     s = self.__class__.__name__ + "=["
     s += "amplitude=" + str(self.amplitude)
     s += ", frequency=" + str(self.frequency)
     s += ", variance=" + str(self.variance)
     s += ", radius=" + str(self.radius)
     s += ", " + Distribution.__str__(self)
     s += "]"
     return s
Пример #17
0
 def __str__(self):
     s = self.__class__.__name__ + "=["
     s += "full_target=" + str(self.full_target)
     s += ", current_state=" + str(self.current_state)
     s += ", schedule=" + str(self.schedule)
     s += ", index_block=" + str(self.index_block)
     s += ", current_idx=" + str(self.current_idx)
     s += ", " + Distribution.__str__(self)
     s += "]"
     return s
Пример #18
0
 def __str__(self):
     s = self.__class__.__name__ + "=["
     s += "full_target=" + str(self.full_target)
     s += ", current_state=" + str(self.current_state)
     s += ", schedule=" + str(self.schedule)
     s += ", index_block=" + str(self.index_block)
     s += ", current_idx=" + str(self.current_idx)
     s += ", " + Distribution.__str__(self)
     s += "]"
     return s