Example #1
0
 def test(self, *args):
     return _libfann.neural_net_parent_test(self, *args)
Example #2
0
 def test(self, *args):
     return _libfann.neural_net_parent_test(self, *args)
Example #3
0
 def test(self, input, desired_output):
     return _libfann.neural_net_parent_test(self, input, desired_output)
Example #4
0
 def test(self, input, desired_output):
     return _libfann.neural_net_parent_test(self, input, desired_output)