Example #1
0
 def test_dawa(self):
     ratio = 0.25
     approx = False
     x = self.x_cps.vectorize(self.cps_domain)
     private.Dawa(self.cps_domain, ratio,
                  approx).Run(self.W_cps, x, self.eps)
Example #2
0
 def test_dawa_2D(self):
     ratio = 0.25
     approx = False
     x = self.x_stroke.vectorize(self.stroke_domain)
     private.Dawa(self.stroke_domain, ratio, approx).Run(self.W_stroke, x, self.eps)