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)
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)