Exemplo n.º 1
0
 def test_np_sigmoidal(self):
     self._test_cfun(Sigmoidal())
Exemplo n.º 2
0
    def test_np_sigmoidal(self): self._test_cfun(Sigmoidal())


class TestNpDfun(BaseTestDfun):
Exemplo n.º 3
0
    def test_nb_sigmoidal(self): self._test_cfun(Sigmoidal())


    def _test_cfun2(self, cfun):
Exemplo n.º 4
0
 def test_nb_sigmoidal2(self):
     self._test_cfun2(Sigmoidal())
Exemplo n.º 5
0
    def test_nb_sigmoidal2(self): self._test_cfun2(Sigmoidal())


class TestNbDfun(BaseTestDfun):