예제 #1
0
 def __call__(self):
     return pf.Bernoulli(probs=self.prob())
예제 #2
0
 def __call__(self, x):
     return pf.Bernoulli(self.D(x))